Automatically add and delete modules from requirements.txt when installing or uninstalling with pip. Current version: 2.0.14. Releases are monthly.
pip install to-requirements-txtVerified import paths — ran on the pinned version, not inferred.
The tool hooks into pip install/uninstall and automatically syncs requirements.txt.
Run pip install/uninstall in the same environment where the package is installed (e.g., same virtualenv).
Use `pip install --no-reqs-update` to skip auto-update, or clean up manually.
Use pip install/uninstall normally; the plugin works automatically.
Disable auto-update with `pip install --no-reqs-update to-requirements-txt` before uninstalling.
No dependency data recorded yet.