eb90f3be63
Change-Id: I9a1ca2244d301d4c0402c034945c467d2ca9c414
25 lines
763 B
Plaintext
25 lines
763 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
|
|
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'
|
|
|