Skip to content
Snippets Groups Projects
Commit 51daf22c authored by Moul's avatar Moul
Browse files

[mod] Upgrade to Poetry v1.1.x

Set poetry-core v1.0.0 as requirement and new build system
https://python-poetry.org/blog/announcing-poetry-1-1-0.html
parent 5807c6a3
No related branches found
No related tags found
2 merge requests!119Release 0.61.0,!115Poetry v1.1
...@@ -20,8 +20,8 @@ classifiers = [ ...@@ -20,8 +20,8 @@ classifiers = [
] ]
[build-system] [build-system]
requires = ["poetry>=0.12"] requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.6.8" python = "^3.6.8"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment