Skip to content

Commit e0936ca

Browse files
committed
Add missing vendored rich calls for debundling
src/pip/_vendor/__init__.py: In d7fed8f, 03a87c2, 6b31f83, 4a3c4c9, 8feb24f, b82dfd1 and 1ee3706 imports for rich have been added to the project. These are not reflected in `vendored()` calls and therefore break the debundling of pip. Signed-off-by: David Runge <[email protected]>
1 parent 9fb1f5b commit e0936ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/pip/_vendor/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ def vendored(modulename):
106106
vendored("requests.packages.urllib3.util.timeout")
107107
vendored("requests.packages.urllib3.util.url")
108108
vendored("resolvelib")
109+
vendored("rich")
110+
vendored("rich.console")
111+
vendored("rich.highlighter")
112+
vendored("rich.logging")
113+
vendored("rich.markup")
114+
vendored("rich.progress")
115+
vendored("rich.segment")
116+
vendored("rich.style")
117+
vendored("rich.text")
118+
vendored("rich.traceback")
109119
vendored("tenacity")
110120
vendored("tomli")
111121
vendored("urllib3")

0 commit comments

Comments
 (0)