Skip to content

Commit d6d9cb4

Browse files
authored
pip isn't a build dependency (#516)
It's possible, and even desirable, to build modern Python code without pip, for example by using the `build` and `installer` packages.
1 parent e09ebfa commit d6d9cb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[build-system]
22
requires = [
3-
"pip >= 19.3.1",
43
"setuptools >= 42",
54
"setuptools_scm[toml] >= 3.5.0",
65
"setuptools_scm_git_archive >= 1.1",

0 commit comments

Comments
 (0)