pydeps: Python module dependency visualization
# Draw a graph for <package> with max depth of 3 and cluster expernal deps. Produces an .svg file
pydeps <my-package>
--noshow \
--max-bacon 3 \
--cluster \
--reversepipdeptree: is a command line utility to display the installed python packages in form of a dependency tree
# Check all libraries that require `torchtext`
pipdeptree --reverse --packages torchtext