Skip to content

Commit

Permalink
Mark certifi as bundled, it's used in the debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanor committed Apr 21, 2020
1 parent 814c54f commit 7fb9a9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions src/pip/_vendor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def vendored(modulename):
# Actually alias all of our vendored dependencies.
vendored("appdirs")
vendored("cachecontrol")
vendored("certifi")
vendored("colorama")
vendored("contextlib2")
vendored("distlib")
Expand Down

0 comments on commit 7fb9a9d

Please sign in to comment.