Skip to content

Commit 9b9205e

Browse files
authored
Fix imprecise dependency on poetry-core (#304)
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.
1 parent bcaf2a7 commit 9b9205e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ source = [
6969
]
7070

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

0 commit comments

Comments
 (0)