From 31c735c6de38cfecf66fff2366eb89ef00fcc865 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Tue, 24 Jan 2023 13:08:55 +0400 Subject: [PATCH] Fixed setuptools missing. Signed-off-by: Pavel Kirilin <win10@list.ru> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 673342b..6584749 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" -- GitLab