diff --git a/pyproject.toml b/pyproject.toml index 441b2607..a8a4fdd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"