7c16877195
Fernet could not be used as it is not a streaming cipher. CFB mode does not require padding, so removed padding code. Depends-On: https://review.openstack.org/c/575199/ Change-Id: I14f58d9d473c20ce7863baa0b2adadbfda268b7a
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
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.
|
|
botocore>=1.5.1 # Apache-2.0
|
|
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
python-swiftclient>=3.2.0 # Apache-2.0
|
|
python-cinderclient>=3.3.0 # Apache-2.0
|
|
python-glanceclient>=2.8.0 # Apache-2.0
|
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
|
python-novaclient>=9.1.0 # Apache-2.0
|
|
python-neutronclient>=6.7.0 # Apache-2.0
|
|
python-freezerclient>=1.3.0 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
os-brick>=2.2.0 # Apache-2.0
|
|
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
|
|
|
|
cryptography>=2.1 # Apache-2.0
|
|
PyMySQL>=0.7.6 # MIT License
|
|
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
|
paramiko>=2.0.0 # LGPLv2.1+
|
|
six>=1.10.0 # MIT
|
|
|
|
apscheduler>=3.0.5 # MIT License
|
|
psutil>=3.2.2 # BSD
|