I have a project with multiple package dependencies, the main requirements being listed in requirements.txt. When I call pip freeze it prints the c
requirements.txt
pip freeze
yolk can display dependencies for packages, provided that they
setuptools
came with metadata that includes dependency information
$ yolk -d Theano Theano 0.6.0rc3 scipy>=0.7.2 numpy>=1.5.0