zuul-client/requirements.txt
Matthieu Huin 978340a694 Add build-info subcommand
The build-info subcommand fetches detailed information on a build given
its UUID. It is possible to also either list the build's artifacts, the
Ansible inventory used for the job, or download the build's console output.

Fix incorrect info fetching.

Change-Id: I1707ab083e4964a8ac410a7421f64acaffe06023
2021-05-21 12:38:51 +02:00

8 lines
146 B
Plaintext

pbr>=1.1.0
python-dateutil>=2.7.0
requests
setuptools
urllib3!=1.25.4,!=1.25.5 # https://github.com/urllib3/urllib3/pull/1684
PrettyTable
pyyaml