b85cf134d9
After an epic battle with time, the python-ironicclient has been driven from the land of shade, and there will be joy! Change-Id: I234e2fc9d1800607c22eb447dd3e77428221695e
23 lines
759 B
Plaintext
23 lines
759 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.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
munch>=2.1.0 # MIT
|
|
decorator>=3.4.0 # BSD
|
|
jmespath>=0.9.0 # MIT
|
|
jsonpatch>=1.16 # BSD
|
|
ipaddress>=1.0.16;python_version<'3.3' # PSF
|
|
os-client-config>=1.28.0 # Apache-2.0
|
|
# These two are here to prevent issues with version pin mismatches from our
|
|
# client library transitive depends.
|
|
requestsexceptions>=1.2.0 # Apache-2.0
|
|
six>=1.10.0 # MIT
|
|
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
|
|
iso8601>=0.1.11 # MIT
|
|
|
|
keystoneauth1>=3.2.0 # Apache-2.0
|
|
netifaces>=0.10.4 # MIT
|
|
|
|
dogpile.cache>=0.6.2 # BSD
|