mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
117fbc6af0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
334 B
Text
6 lines
334 B
Text
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.
|