pipdeptree
Displays installed python packages in form of a dependency tree.
Displays installed python packages in form of a dependency tree.
To install this package, run one of the following:
pipdeptree is a command line utility for displaying the installed python packages in form of a dependency tree. It works for packages installed globally on a machine as well as in a virtualenv. 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. It can also be tedious to resolve conflicting dependencies because pip doesn't yet have true dependency resolution (more on this later). This utility tries to solve this problem.
Summary
Displays installed python packages in form of a dependency tree.
Last Updated
Nov 12, 2025 at 21:22
License
MIT
Total Downloads
97.3K
Supported Platforms
GitHub Repository
http://github.com/naiquevin/pipdeptreeDocumentation
https://github.com/naiquevin/pipdeptree