Show all pip-installed python packages

Show all pip-installed python packages and their dependencies:

cut -d'=' -f1 requirements.txt | xargs pip show