87d644675e
This change is going to upgrade ranger to use Python 3.x Change-Id: I563661e071c56c2df7e0e1a6e365aecd4158b6cd
22 lines
694 B
Plaintext
22 lines
694 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
|
|
pecan>=1.3.1 # BSD
|
|
netifaces>=0.10.8 # MIT
|
|
SQLAlchemy>=1.3.2 # MIT
|
|
WSME>=0.8.0
|
|
requests>=2.14.2
|
|
PyMySQL>=0.7.6
|
|
oslo.db>=4.44.0 # Apache-2.0
|
|
oslo.serialization>=2.21.1 # Apache-2.0
|
|
oslo.config>=6.1.0 # Apache-2.0
|
|
oslo.policy>=1.35.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
sqlalchemy-migrate>=0.11.0 # Apache-2.0
|
|
keystoneauth1>=3.9.0 # Apache-2.0
|
|
keystonemiddleware>=4.17.0 # Apache-2.0
|
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
|
mysqlclient>=1.4.0
|