summaryrefslogtreecommitdiffstats
path: root/python/pipdeptree/README
blob: 2bff59fac240e3eef4e96b6ca82911709f2387f1 (plain)
1
2
3
4
5
6
7
8
pipdeptree is a command line utility for displaying the python
packages installed in an environment in form of a dependency
tree. Since 'pip freeze' shows all dependencies as a flat list,
finding out which are the top level packages and which packages do
they depend on requires some effort. This utility tries to solve this
problem.

Note: All required deps are build only deps.