pipenv
pipenv copied to clipboard
remove all click.style calls from exceptions.py
The issue
Click library is large and redundant.
The fix
replace click.style calls in:
pipenv/exceptions.py
@oz123