PythonTest · Nov 10, 2025
Explore Python dependencies with `pipdeptree` and `uv pip tree`
0Sign in to vote or save
This site took too long to answer. You can still read it on the original site — the toolbar below keeps your place in the directory.
Sometimes you just want to know about your dependencies, and their dependencies. I’ve been using pipdeptree for a while, but recently switched to uv pip tree . Let’s take a look at both tools. pipdeptree pipdeptree is pip installable, but I don’t want pipdeptree itself to be reported alongside everything else installed, so I usually install it outside of a project. We can use it…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.