Skip to content

Commit

Permalink
Reuse colorama from pip/_vendor
Browse files Browse the repository at this point in the history
See #5174
  • Loading branch information
oz123 committed Jul 30, 2022
1 parent 962933d commit 3936533
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 799 deletions.
2 changes: 1 addition & 1 deletion pipenv/vendor/click/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def auto_wrap_for_ansi(
if cached is not None:
return cached

import pipenv.vendor.colorama as colorama
import pipenv.patched.pip._vendor.colorama as colorama

strip = should_strip_ansi(stream, color)
ansi_wrapper = colorama.AnsiToWin32(stream, strip=strip)
Expand Down
27 changes: 0 additions & 27 deletions pipenv/vendor/colorama/LICENSE.txt

This file was deleted.

6 changes: 0 additions & 6 deletions pipenv/vendor/colorama/__init__.py

This file was deleted.

102 changes: 0 additions & 102 deletions pipenv/vendor/colorama/ansi.py

This file was deleted.

Loading

0 comments on commit 3936533

Please sign in to comment.