simion / pip-upgrader

An interactive pip requirements upgrader. It also updates the version in your requirements.txt file.
Apache License 2.0
512 stars 35 forks source link

Added option to select packages to ignore on all #35

Closed marcoffee closed 3 years ago

marcoffee commented 3 years ago

I added the option to exclude single (or multiple) packages on "all" choice selection, via passing their indices in negative form. That way, users with long requirements.txt can cherry-pick which submodules to not upgrade.