Just a small script to ease checking the dependencies in a requirements.txt.
Simply run
curl -fsSL https://raw.githubusercontent.com/shaardie/python-dependency-checker/master/check_dependencies | shBut be aware of the security implications!
You can further configure this script further with environment variables:
REQUIREMENTS: requirements.txt file to use. Defaults torequirements.txtVENV: Using this virtual environment instead of creating a temporary.