Skip to content

Commit

Permalink
fix: poetry-core>=1.1.0 is needed as build-system requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
finswimmer authored and neersighted committed Sep 14, 2022
1 parent 890c6a3 commit 662b684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ poetry = "poetry.console.application:main"


[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.1.0"]
build-backend = "poetry.core.masonry.api"


Expand Down

0 comments on commit 662b684

Please sign in to comment.