Skip to content

Commit

Permalink
fix un-vendored support; add missing entries (#4661)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored and pradyunsg committed Oct 7, 2017
1 parent fefddcf commit d8e6654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pip/_vendor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ def vendored(modulename):
vendored("six")
vendored("six.moves")
vendored("six.moves.urllib")
vendored("six.moves.urllib.parse")
vendored("packaging")
vendored("packaging.version")
vendored("packaging.specifiers")
vendored("pkg_resources")
vendored("progress")
vendored("pytoml")
vendored("retrying")
vendored("requests")
vendored("requests.packages")
Expand Down

0 comments on commit d8e6654

Please sign in to comment.