Is there any easy way to delete no-more-using packages from requirements file?
I wrote a bash script for this task but, it doesn\'t work as I expect
I've used with success pip-check-reqs.
With command pip-extra-reqs your_directory it will check for all unused dependencies in your_directory
pip-extra-reqs your_directory
your_directory
Install it with pip install pip-check-reqs.
pip install pip-check-reqs