diff --git a/pyproject.toml b/pyproject.toml index 7607b05..5a2d6da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,5 +60,5 @@ post_build = 'task clear' post_test = 'task clear' [build-system] -requires = ['poetry>=0.12', 'cython'] -build-backend = 'poetry.masonry.api' +requires = ['poetry_core>=1.0.0', 'setuptools'] +build-backend = 'poetry.core.masonry.api'