diff --git a/pyproject.toml b/pyproject.toml index 05146d9f..e1fd087d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,5 +70,5 @@ default_section = "THIRDPARTY" profile = "black" [build-system] -requires = ["poetry>=1.1.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api"