We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af719d8 + cc0c381 commit c25a522Copy full SHA for c25a522
news/12796.vendor.rst
@@ -0,0 +1 @@
1
+Update the preload list for the ``DEBUNDLED`` case, to replace ``pep517`` that has been renamed to ``pyproject_hooks``.
src/pip/_vendor/__init__.py
@@ -65,10 +65,10 @@ def vendored(modulename):
65
vendored("packaging")
66
vendored("packaging.version")
67
vendored("packaging.specifiers")
68
- vendored("pep517")
69
vendored("pkg_resources")
70
vendored("platformdirs")
71
vendored("progress")
+ vendored("pyproject_hooks")
72
vendored("requests")
73
vendored("requests.exceptions")
74
vendored("requests.packages")
0 commit comments