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