Files
sushy-cli/requirements.txt
Ilya Etingof 9463bec49e Add --show-traffic feature to aid Redfish diagnostics
Added `--show-traffic` command-line option that makes `sushycli`
pretty-printing full HTTP exchange with the Redfish agent.

This feature can be handy for troubleshooting fishy matters.

Change-Id: I0d427f13d509d59b742be32ef3aeee061a7de662
2020-04-06 15:36:36 +02:00

8 lines
286 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
sushy>=3.2.0 # Apache-2.0
cliff>=2.17.0 # Apache-2.0
urllib3>=1.22 # MIT