aggiornamento a nuove specifiche poetry

my-submodulepoetico
Guido Longoni 2023-06-20 11:19:45 +02:00
parent 2795bd1a8c
commit 139a618c37
1 changed files with 5 additions and 1 deletions

View File

@ -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"]