diff --git a/pyproject.toml b/pyproject.toml index 673342b1bd130eb0c0a41bb7a80b2d1bde8082f9..658474999fa07772baa86b3f2d740badf2dd5e8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,5 +28,5 @@ pytest-cov = "^2.12.1" start_bot = "bot_s3rius.initializator:main" [build-system] -requires = ["poetry-core>=1.0.0"] +requires = ["setuptools", "poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"