CMD + K

pipdeptree

Community

Displays installed python packages in form of a dependency tree.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::pipdeptree

Usage Tracking

2.30.0
2.29.0
2.28.0
2.27.0
2.26.1
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

noarch