PIP - upgrade all packages from requirements.txt (interactively)
pip-upgrader
An interactive pypi pip requirements upgrader. Because upgrading requirements, package by package, is a pain in the ass. It also updates the version in your requirements.txt file. Purpose
This cli tools helps you interactively(or not) upgrade packages from requirements file, and also update the pinned version from requirements file(s).
If no requirements are given, the command attempts to detect the requirements file(s) in the current directory.
Quick preview: Installationpip install pip-upgrader
Usage