Skip to content

Commit

Permalink
pip isn't a build dependency (#516)
Browse files Browse the repository at this point in the history
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 committed Jul 14, 2022
1 parent e09ebfa commit d6d9cb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
@@ -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

0 comments on commit d6d9cb4

Please sign in to comment.