# 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.8
oslo.config>=3.14.0
oslo.messaging>=5.29.0
oslo.serialization>=1.10.0
oslo.db>=4.15.0
oslo.log>=3.11.0
oslo.utils>=3.18.0
pecan>=1.0.0,!=1.0.2,!=1.0.3,!=1.0.4
python-heatclient>=1.6.1 # Apache-2.0
python-glanceclient>=2.5.0  # Apache-2.0
python-keystoneclient>=3.8.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.7.6
lxml>=2.3,!=3.7.0
PasteDeploy>=1.5.0
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3'

