We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843d59a commit 15d31d9Copy full SHA for 15d31d9
pyproject.toml
@@ -30,7 +30,8 @@ isort = "^5.10.1"
30
black = "^21.12b0"
31
32
[build-system]
33
-requires = ["poetry-core>=1.0.0"]
+# https://github.com/python-poetry/poetry/issues/3001
34
+requires = ["poetry-core>=1.0.0", "setuptools"]
35
build-backend = "poetry.core.masonry.api"
36
37
[tool.mypy]
0 commit comments