Skip to content

Commit 98c0562

Browse files
committed
add pip to build deps
1 parent a4b8f65 commit 98c0562

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
@@ -68,7 +68,7 @@ dev = [
6868
]
6969

7070
[build-system]
71-
requires = ["setuptools>=61.0"]
71+
requires = ["pip", "setuptools>=61.0"]
7272
build-backend = "setuptools.build_meta"
7373

7474
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)