Commit 662b6841 by finswimmer Committed by Bjorn Neergaard

fix: poetry-core>=1.1.0 is needed as build-system requirement

parent 890c6a33
...@@ -95,7 +95,7 @@ poetry = "poetry.console.application:main" ...@@ -95,7 +95,7 @@ poetry = "poetry.console.application:main"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.1.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment