Skip to content

Commit e3d6871

Browse files
committed
Require setuptools for build system
1 parent b9423b7 commit e3d6871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ tox = "^3.24"
6868
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']
6969

7070
[build-system]
71-
requires = ["poetry_core>=1,<2"]
71+
requires = ["poetry_core>=1,<2", "setuptools>=59,<70"]
7272
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)