ranger-agent/requirements.txt
hosingh000 f7611c84c3 docker file and ubuntu 16.04 package changes
Change-Id: I55bb9a7a49cea077b6426dbc4db9536a640a868d
2017-12-01 15:20:19 -06:00

24 lines
740 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.2.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
lxml>=2.3
PasteDeploy>=1.5.0
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3'