forked from jazzband/pip-tools
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Some packages shouldn't be updated, so for example I do:
pip-review --local --auto --no-cache-dir
pip install --user --break-system-packages emoji==1.6.3 > /dev/null 2>&1
pip cache purge
it would be great to have something like:
pip-review --local --auto --no-cache-dir --ignore emoji
pip cache purge
Thanks!