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
|
2016-01-19 13:48:27 +00:00
|
|
|
pbr>=1.6 # Apache-2.0
|
2014-09-04 06:47:49 +02:00
|
|
|
|
2016-04-08 11:44:01 +00:00
|
|
|
alembic>=0.8.4 # MIT
|
2016-05-06 22:18:07 +00:00
|
|
|
Babel>=2.3.4 # BSD
|
2016-02-26 01:48:43 +00:00
|
|
|
eventlet!=0.18.3,>=0.18.2 # MIT
|
2016-01-19 13:48:27 +00:00
|
|
|
greenlet>=0.3.2 # MIT
|
|
|
|
lxml>=2.3 # BSD
|
|
|
|
netaddr!=0.7.16,>=0.7.12 # BSD
|
2016-06-04 02:38:04 +00:00
|
|
|
oslo.config>=3.10.0 # Apache-2.0
|
2016-04-08 11:44:01 +00:00
|
|
|
oslo.context>=2.2.0 # Apache-2.0
|
2015-12-23 00:33:23 +00:00
|
|
|
oslo.db>=4.1.0 # Apache-2.0
|
2016-02-06 23:02:02 +00:00
|
|
|
oslo.i18n>=2.1.0 # Apache-2.0
|
2016-01-07 14:00:43 +00:00
|
|
|
oslo.log>=1.14.0 # Apache-2.0
|
2016-04-08 11:44:01 +00:00
|
|
|
oslo.messaging>=4.5.0 # 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
|
2016-05-16 19:19:59 +00:00
|
|
|
oslo.service>=1.10.0 # Apache-2.0
|
2016-06-02 04:04:53 +00:00
|
|
|
oslo.utils>=3.11.0 # Apache-2.0
|
2016-05-23 11:59:53 +00:00
|
|
|
oslo.concurrency>=3.8.0 # Apache-2.0
|
2016-05-11 17:23:52 +00:00
|
|
|
paramiko>=2.0 # LGPL
|
2016-01-19 13:48:27 +00:00
|
|
|
Paste # MIT
|
|
|
|
PasteDeploy>=1.5.0 # MIT
|
2016-04-15 01:54:17 +00:00
|
|
|
python-neutronclient>=4.2.0 # Apache-2.0
|
2016-03-09 14:51:58 +01:00
|
|
|
keystoneauth1>=2.1.0 # Apache-2.0
|
2016-05-23 11:59:53 +00:00
|
|
|
keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 # Apache-2.0
|
2016-05-18 02:35:45 +00:00
|
|
|
requests>=2.10.0 # Apache-2.0
|
2015-06-22 20:14:20 +00:00
|
|
|
retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
2016-04-08 11:44:01 +00:00
|
|
|
Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
|
|
|
|
Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
|
2016-01-19 13:48:27 +00:00
|
|
|
six>=1.9.0 # MIT
|
|
|
|
SQLAlchemy<1.1.0,>=1.0.10 # MIT
|
2016-05-11 17:23:52 +00:00
|
|
|
stevedore>=1.10.0 # Apache-2.0
|
2016-05-30 20:41:21 +00:00
|
|
|
python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
|
2016-01-19 13:48:27 +00:00
|
|
|
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
|
|
|
|
WebOb>=1.2.3 # MIT
|