Browse Source

Fixe installation issues

Christoph Trappe 3 years ago
parent
commit
fc408a9737
1 changed files with 4 additions and 1 deletions
  1. 4 1
      pyproject.toml

+ 4 - 1
pyproject.toml

@@ -28,5 +28,8 @@ autopep8 = "^1.5.7"
 debugpy = "^1.3.0"
 
 [build-system]
-requires = ["poetry-core>=1.0.0"]
+requires = [
+    "setuptools>=30.3.0,<50",
+    "poetry-core>=1.0.0"
+]
 build-backend = "poetry.core.masonry.api"