ranger-agent/requirements.txt
hosingh000 bf1b738797 upgrade to use keystone v3
- Upgrade to keystone v3
- Modify oslo_messaging to replace deprecated get_transport

Change-Id: I1421d22d8280879d0e7a54519a45feb8a7fa00ef
2018-02-26 13:11:12 -06:00

25 lines
764 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>=1.6
oslo.config>=3.14.0
oslo.messaging>=5.29.0
oslo.serialization>=1.10.0
oslo.db>=4.10.0,!=4.13.1,!=4.13.2
oslo.log>=1.14.0
oslo.utils>=3.16.0
pecan>=1.0.0,!=1.0.2,!=1.0.3,!=1.0.4
python-heatclient>=1.4.0 # Apache-2.0
python-glanceclient>=2.3.0,!=2.4.0 # Apache-2.0
python-keystoneclient>=2.0.0,!=2.1.0 # Apache-2.0
werkzeug>=0.11.5
eventlet!=0.18.3,>=0.18.2
SQLAlchemy>=1.0.10,<1.1.0
sqlalchemy-migrate>=0.9.6
PyMySQL>=0.6.2,!=0.7.7
lxml>=2.3
PasteDeploy>=1.5.0
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3'