About Using pipdeptree

Use pipdeptree to get an overview which of your pip dependencies depend on which other dependencies in a tree structure:

1
2
(env)$ pip install pipdeptree
(env)$ pipdeptree --freeze --local-only

Tips and Tricks Development Python 3