Build - use poetry-core instead of poetry
See https://python-poetry.org/docs/pyproject/#poetry-and-pep-517.
This commit is contained in:
parent
8aa4cff2bb
commit
25ea20fa32
@ -97,5 +97,5 @@ combine_as_imports = true
|
||||
exclude_dirs = ["fittrackee/tests/*", "fittrackee/migrations/*"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Loading…
Reference in New Issue
Block a user