Hi Guys, I want to see the dependency graph of a g...
# development
m
Hi Guys, I want to see the dependency graph of a given target, including third party, how can I do that?
./pants dependencies
doesn’t seem to have this option
e
This is not currently supported, but it would definitely be great to have. I did a quick search and didn't find a feature request issue. You might do the same to double check and file one if you also can't find an existing feature request.
m
Couldn’t find an issue, opened a feature request https://github.com/pantsbuild/pants/issues/13283
e
Thanks @melodic-thailand-99227. The end-game on this feature would be pretty neat. Imagine a Python project that used some in-repo Rust extensions (and Pants supported Rust) and the graph of the python project included all the python and rust 3rdparty deps in one graph.