|
@@ -28,5 +28,8 @@ autopep8 = "^1.5.7"
|
|
debugpy = "^1.3.0"
|
|
debugpy = "^1.3.0"
|
|
|
|
|
|
[build-system]
|
|
[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"
|
|
build-backend = "poetry.core.masonry.api"
|