diff --git a/pyproject.toml b/pyproject.toml index f74285e..6a676ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,5 +51,5 @@ skip = [".gitignore"] follow_links = false [build-system] -requires = ["poetry>=1.1.4"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core>=1.2.0"] +build-backend = "poetry.core.masonry.api"