1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix vendored calls

This commit is contained in:
Pradyun Gedam 2020-04-14 15:16:04 +05:30
parent 8b8fdd8429
commit 8b359582de
No known key found for this signature in database
GPG key ID: DA17C4B29CB32E4B

View file

@ -75,7 +75,6 @@ if DEBUNDLED:
vendored("pep517")
vendored("pkg_resources")
vendored("progress")
vendored("pytoml")
vendored("retrying")
vendored("requests")
vendored("requests.exceptions")
@ -108,4 +107,7 @@ if DEBUNDLED:
vendored("requests.packages.urllib3.util.timeout")
vendored("requests.packages.urllib3.util.url")
vendored("resolvelib")
vendored("toml")
vendored("toml.encoder")
vendored("toml.decoder")
vendored("urllib3")