Skip to content

Commit 329ce00

Browse files
authored
Merge pull request #104 from Mause/switch-to-poetry-core
Switch to poetry_core
2 parents da2efd8 + a0abdc2 commit 329ce00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ addopts = "--hypothesis-show-statistics"
3030
ignore_missing_imports = true
3131

3232
[build-system]
33-
requires = ["poetry>=0.12"]
34-
build-backend = "poetry.masonry.api"
33+
requires = ["poetry_core>=1.0.0"]
34+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)