Skip to content

Commit

Permalink
Merge pull request #11211 from dvzrv/add_missing_rich_vendor_import
Browse files Browse the repository at this point in the history
Add missing vendored rich calls for debundling
  • Loading branch information
pradyunsg authored Jun 27, 2022
2 parents 9fb1f5b + e0936ca commit 06f79b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pip/_vendor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ def vendored(modulename):
vendored("requests.packages.urllib3.util.timeout")
vendored("requests.packages.urllib3.util.url")
vendored("resolvelib")
vendored("rich")
vendored("rich.console")
vendored("rich.highlighter")
vendored("rich.logging")
vendored("rich.markup")
vendored("rich.progress")
vendored("rich.segment")
vendored("rich.style")
vendored("rich.text")
vendored("rich.traceback")
vendored("tenacity")
vendored("tomli")
vendored("urllib3")

0 comments on commit 06f79b8

Please sign in to comment.