diff --git a/pyproject.toml b/pyproject.toml index 319c7f7..739f20a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,5 +30,5 @@ sphinx-autodoc-typehints = "^1.11.0" sphinx-rtd-theme = "^0.5.0" [build-system] -requires = ["poetry-core>=1.0.0a5"] -build-backend = "poetry.core.masonry.api" +requires = ["poetry>=0.12"] +build-backend = "poetry.masonry.api"