sushy-tools/requirements.txt
Jay Faulkner ef58421ba8 Import needed ironic-lib code
Ironic-lib is being deprecated; we need to import the auth_basic module
sushy-tools uses.

Change-Id: I333b737f10fa2de81c32537e562af16f274ebe3f
2025-01-15 16:16:44 -08:00

15 lines
586 B
Plaintext

# Requirements lower bounds listed here are our best effort to keep them up to
# date but we do not test them so no guarantee of having them all correct. If
# you find any incorrect lower bounds, let us know or propose a fix.
# 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.
pbr>=6.0.0 # Apache-2.0
Flask>=1.0.2 # BSD
requests>=2.14.2 # Apache-2.0
tenacity>=6.2.0 # Apache-2.0
bcrypt>=3.1.3 # Apache-2.0
WebOb>=1.7.1 # MIT