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 support for package>=version via option --check-greater-equal #38

Closed marcoffee closed 3 years ago

marcoffee commented 3 years ago

I added the option to also upgrade packages where there is a minimum version required, e.g., package>=version. This is not the default behavior in this implementation, but can be activated via --check-greater-equal command line parameter.