Skip to content

Commit 1107cb1

Browse files
committed
Add setuptools as build dependency
See also: pypa/pip#6434
1 parent 0e5db8e commit 1107cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ pytest-mock = [
3838
]
3939

4040
[build-system]
41-
requires = ["poetry>=0.12"]
41+
requires = ["poetry>=0.12", "setuptools"]
4242
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)