Skip to content

Commit

Permalink
Fix imprecise dependency on poetry-core (#304)
Browse files Browse the repository at this point in the history
Related to #202 and python-poetry/poetry#4938 - looks like poetry 1.2.0 depends on poetry-core 1.1.0, so I assume the 'groups' feature is present in poetry-core 1.1.0 and that version would be a good one to use.
  • Loading branch information
f3flight authored Sep 13, 2022
1 parent bcaf2a7 commit 9b9205e
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 @@ -69,5 +69,5 @@ source = [
]

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

0 comments on commit 9b9205e

Please sign in to comment.