0242f8219a
It was used to smoothen out the difference in handling bytes in Python 2 and 3. Now that we only support Python 3, it can be replaced. A side effect of this change is that we no longer accept bytes in JSON. JSON does not support bytes, but this problem has been hidden due to oslo.serialization until now. The configdrive handling has been updated to account for that. Change-Id: I230b55db55bce08d46f5023ad7a3f6501c96d100
16 lines
565 B
Plaintext
16 lines
565 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
|
|
appdirs>=1.3.0 # MIT License
|
|
cliff!=2.9.0,>=2.8.0 # Apache-2.0
|
|
dogpile.cache>=0.6.2 # BSD
|
|
jsonschema>=2.6.0 # MIT
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
openstacksdk>=0.18.0 # Apache-2.0
|
|
osc-lib>=1.10.0 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
PyYAML>=3.12 # MIT
|
|
requests>=2.14.2 # Apache-2.0
|
|
stevedore>=1.20.0 # Apache-2.0
|