aggiornamento a nuove specifiche poetry
parent
2795bd1a8c
commit
139a618c37
|
|
@ -33,10 +33,14 @@ docopt = "^0.6.2"
|
||||||
lark = "^1.1.5"
|
lark = "^1.1.5"
|
||||||
django-debug-toolbar = "^3.8.1"
|
django-debug-toolbar = "^3.8.1"
|
||||||
|
|
||||||
|
[[tool.poetry.source]]
|
||||||
|
name = "PyPI"
|
||||||
|
priority = "primary"
|
||||||
|
|
||||||
[[tool.poetry.source]]
|
[[tool.poetry.source]]
|
||||||
name = "briq"
|
name = "briq"
|
||||||
url = "https://py.briq.it/simple/"
|
url = "https://py.briq.it/simple/"
|
||||||
secondary = true
|
priority = "supplemental"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue