I have a pip requirements file that changes during development.
Can pip be made to uninstall packages that do not appear in the requirement
pip
It is possible now using:
pip uninstall -r requirements.txt