./pants dependencies [args]
List the dependencies of the input files/targets.
Config section: [dependencies]
Basic options
--dependencies-output-file=<path>
PANTS_DEPENDENCIES_OUTPUT_FILE
output_file
None
Output the goal's stdout to this file. If unspecified, outputs to stdout.
--dependencies-sep=<separator>
PANTS_DEPENDENCIES_SEP
sep
\n
String to use to separate lines in line-oriented output.
--[no-]dependencies-transitive
PANTS_DEPENDENCIES_TRANSITIVE
transitive
False
List all transitive dependencies. If unspecified, list direct dependencies only.
--dependencies-type=<DependencyType>
PANTS_DEPENDENCIES_TYPE
type
source, 3rdparty, source-and-3rdparty
default:
source
Which types of dependencies to list, where `source` means source code dependencies and `3rdparty` means third-party requirement strings.
Advanced options
None
Deprecated options
None
Related subsystems
dependencies, download-pex-bin, grpc_python_plugin, pex, protoc, python-infer, python-native-code, python-protobuf, python-repos, python-setup, source, subprocess-environment
Updated 2 months ago