jgonggrijp / pip-review

A tool to keep track of your Python package updates.

Home Page:https://pypi.python.org/pypi/pip-review

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option and/or interactive question to serialize current package versions to a requirements.txt

jgonggrijp opened this issue · comments

Basically a built-in pip freeze >requirements.txt that is run before updating anything. See #96 for rationale.

I personally don't think pip-review needs this functionality, because there is already a command that does the job. Also, it is arguably better to manage dependency versions using pip-tools. Still, if somebody submits a pull request to implement this functionality, I won't stop them.