Skip to content

Commit 8e0b764

Browse files
authored
Merge pull request #81 from fabaff/patch-1
Switch to poetry_core
2 parents 2bf4eb5 + 9ca7c3e commit 8e0b764

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
@@ -21,5 +21,5 @@ pytest-mypy = "^0.7.0"
2121
mypy = "^0.770"
2222

2323
[build-system]
24-
requires = ["poetry>=0.12"]
25-
build-backend = "poetry.masonry.api"
24+
requires = ["poetry_core>=1.0.0"]
25+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)