high-energy-55500
02/16/2022, 12:55 AM./pants dependencies --dependencies-transitive src/path/to/module_A.py
however, i’m trying to understand how another package (module B) is getting called, and i’d like to be able to see the tree from module B to Ahappy-kitchen-89482
02/16/2022, 1:01 AM./pants paths
goal may be helpful: https://www.pantsbuild.org/docs/reference-paths./pants peek
to get detailed json, including dependencies, and turn those into dot or some other useful formathigh-energy-55500
02/16/2022, 1:15 AM./pants paths
is exactly what i was looking for!hundreds-father-404
02/16/2022, 1:54 AM