Skip to content

Commit 15d31d9

Browse files
committed
Explicit setuptool requirement
1 parent 843d59a commit 15d31d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ isort = "^5.10.1"
3030
black = "^21.12b0"
3131

3232
[build-system]
33-
requires = ["poetry-core>=1.0.0"]
33+
# https://github.com/python-poetry/poetry/issues/3001
34+
requires = ["poetry-core>=1.0.0", "setuptools"]
3435
build-backend = "poetry.core.masonry.api"
3536

3637
[tool.mypy]

0 commit comments

Comments
 (0)