2014-09-04 06:47:49 +02:00
|
|
|
# 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 should be first
|
2015-09-18 20:43:19 +00:00
|
|
|
pbr>=1.6
|
2014-09-04 06:47:49 +02:00
|
|
|
|
2015-08-21 05:10:06 +00:00
|
|
|
alembic>=0.8.0
|
2014-02-04 19:07:06 +02:00
|
|
|
Babel>=1.3
|
2015-06-22 20:14:20 +00:00
|
|
|
eventlet>=0.17.4
|
2014-02-04 19:07:06 +02:00
|
|
|
greenlet>=0.3.2
|
2014-05-27 09:45:10 +02:00
|
|
|
iso8601>=0.1.9
|
2013-08-08 10:34:06 -04:00
|
|
|
lxml>=2.3
|
2015-08-31 19:04:27 +00:00
|
|
|
netaddr!=0.7.16,>=0.7.12
|
2015-11-25 17:14:53 +00:00
|
|
|
oslo.config>=2.7.0 # Apache-2.0
|
2015-06-22 20:14:20 +00:00
|
|
|
oslo.context>=0.2.0 # Apache-2.0
|
2015-12-23 00:33:23 +00:00
|
|
|
oslo.db>=4.1.0 # Apache-2.0
|
2015-06-22 20:14:20 +00:00
|
|
|
oslo.i18n>=1.5.0 # Apache-2.0
|
2015-11-12 22:09:13 +00:00
|
|
|
oslo.log>=1.12.0 # Apache-2.0
|
2015-12-11 15:20:17 +00:00
|
|
|
oslo.messaging!=2.8.0,!=3.1.0,>2.6.1 # Apache-2.0
|
2015-12-01 06:06:03 +00:00
|
|
|
oslo.middleware>=3.0.0 # Apache-2.0
|
2015-06-22 20:14:20 +00:00
|
|
|
oslo.policy>=0.5.0 # Apache-2.0
|
|
|
|
oslo.rootwrap>=2.0.0 # Apache-2.0
|
2015-11-03 04:30:50 +00:00
|
|
|
oslo.serialization>=1.10.0 # Apache-2.0
|
2015-12-11 15:20:17 +00:00
|
|
|
oslo.service>=1.0.0 # Apache-2.0
|
2015-12-23 00:33:23 +00:00
|
|
|
oslo.utils>=3.2.0 # Apache-2.0
|
2015-07-27 17:55:53 +00:00
|
|
|
oslo.concurrency>=2.3.0 # Apache-2.0
|
2014-05-27 09:45:10 +02:00
|
|
|
paramiko>=1.13.0
|
2014-02-04 19:07:06 +02:00
|
|
|
Paste
|
|
|
|
PasteDeploy>=1.5.0
|
2015-09-10 00:05:06 +00:00
|
|
|
python-neutronclient>=2.6.0
|
2015-12-11 15:20:17 +00:00
|
|
|
keystonemiddleware>=4.0.0
|
2015-12-23 00:33:23 +00:00
|
|
|
requests!=2.9.0,>=2.8.1
|
2015-06-22 20:14:20 +00:00
|
|
|
retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
2015-07-15 20:41:48 +00:00
|
|
|
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
|
|
|
|
Routes!=2.0,>=1.12.3;python_version!='2.7'
|
2015-02-20 13:52:07 +00:00
|
|
|
six>=1.9.0
|
2015-09-01 23:21:39 +00:00
|
|
|
SQLAlchemy<1.1.0,>=0.9.9
|
2015-06-22 20:14:20 +00:00
|
|
|
stevedore>=1.5.0 # Apache-2.0
|
2015-07-23 04:39:21 +00:00
|
|
|
python-cinderclient>=1.3.1
|
2015-11-03 04:30:50 +00:00
|
|
|
python-novaclient!=2.33.0,>=2.29.0
|
2014-05-27 09:45:10 +02:00
|
|
|
WebOb>=1.2.3
|