
Python 2.6 is not supported nor tested anymore, so remove all traces of it. Change-Id: I39ee9162999ccbfd966e8ade16d8d1fc50dbdb82
28 lines
704 B
Plaintext
28 lines
704 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.
|
|
alembic>=0.7.1
|
|
Babel>=1.3
|
|
cryptography>=0.4 # Apache-2.0
|
|
eventlet>=0.15.2
|
|
iso8601>=0.1.9
|
|
jsonschema>=2.0.0,<3.0.0
|
|
kombu>=2.5.0
|
|
netaddr>=0.7.12
|
|
oslo.concurrency>=0.3.0,!=0.4.0 # Apache-2.0
|
|
oslo.config>=1.6.0 # Apache-2.0
|
|
oslo.i18n>=1.3.0 # Apache-2.0
|
|
oslo.messaging>=1.4.0,!=1.5.0
|
|
Paste
|
|
PasteDeploy>=1.5.0
|
|
pbr>=0.6,!=0.7,<1.0
|
|
pecan>=0.8.0
|
|
pycrypto>=2.6
|
|
pysqlite
|
|
keystonemiddleware>=1.0.0
|
|
six>=1.7.0
|
|
SQLAlchemy>=0.9.7,<=0.9.99
|
|
stevedore>=1.1.0 # Apache-2.0
|
|
WebOb>=1.2.3
|
|
wsgiref>=0.1.2
|