Switch to poetry-core

This commit is contained in:
Fabian Affolter
2021-07-06 20:02:20 +02:00
committed by GitHub
parent 4561d83f98
commit fe165f2d47

View File

@@ -44,5 +44,5 @@ ensure_newline_before_comments = true
line_length = 88
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"