Switch to poetry-core (#226)

This commit is contained in:
Fabian Affolter
2021-10-02 00:51:16 +02:00
committed by GitHub
parent 1a3c73e42f
commit 7b99f7e9a4

View File

@@ -78,5 +78,5 @@ markers = [
]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"