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
(cherry picked from commit 662b684)
  • Loading branch information
finswimmer authored and neersighted committed Sep 14, 2022
1 parent bacef6a commit 3202859
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 @@ -96,7 +96,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 3202859

Please sign in to comment.