Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
pip isn't a build dependency
It's possible, and even desirable, to build modern Python code without pip, for example by using the `build` and `installer` packages.
  • Loading branch information
rossburton authored May 23, 2022
commit d7fbc79d428323c838ce68a51e1e1806c2096a76
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[build-system]
requires = [
"pip >= 19.3.1",
"setuptools >= 42",
"setuptools_scm[toml] >= 3.5.0",
"setuptools_scm_git_archive >= 1.1",
Expand Down