2014-09-03 11:48:39 -05: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.
|
|
|
|
|
2017-04-12 04:11:21 +00:00
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
2018-01-25 15:11:39 +04:00
|
|
|
defusedxml>=0.5.0 # PSF
|
2011-11-16 00:57:27 -05:00
|
|
|
|
2013-03-11 16:12:30 +01:00
|
|
|
# < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
|
2017-04-05 22:07:01 +00:00
|
|
|
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
|
2018-04-11 15:00:35 +09:00
|
|
|
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|
2016-01-22 04:03:25 +00:00
|
|
|
PasteDeploy>=1.5.0 # MIT
|
2017-05-20 04:35:18 +00:00
|
|
|
Routes>=2.3.1 # MIT
|
2017-04-01 15:23:21 +00:00
|
|
|
WebOb>=1.7.1 # MIT
|
2017-05-24 03:35:48 +00:00
|
|
|
sqlalchemy-migrate>=0.11.0 # Apache-2.0
|
2016-10-05 22:18:42 -05:00
|
|
|
sqlparse>=0.2.2 # BSD
|
|
|
|
alembic>=0.8.10 # MIT
|
2017-09-13 12:50:08 +00:00
|
|
|
httplib2>=0.9.1 # MIT
|
2018-03-17 08:28:33 +00:00
|
|
|
oslo.config>=5.2.0 # Apache-2.0
|
2018-03-26 08:02:30 +00:00
|
|
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
2017-11-03 13:39:48 +00:00
|
|
|
oslo.context>=2.19.2 # Apache-2.0
|
2017-12-19 01:15:58 +00:00
|
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
2017-03-04 01:43:26 +00:00
|
|
|
stevedore>=1.20.0 # Apache-2.0
|
2017-09-13 12:50:08 +00:00
|
|
|
futurist>=1.2.0 # Apache-2.0
|
2018-01-16 12:27:26 +00:00
|
|
|
taskflow>=2.16.0 # Apache-2.0
|
2018-02-17 09:27:52 +00:00
|
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
2017-09-13 12:50:08 +00:00
|
|
|
keystonemiddleware>=4.17.0 # Apache-2.0
|
|
|
|
WSME>=0.8.0 # MIT
|
2016-10-04 02:56:48 +00:00
|
|
|
PrettyTable<0.8,>=0.7.1 # BSD
|
2014-02-25 14:48:11 -08:00
|
|
|
|
2011-11-16 00:57:27 -05:00
|
|
|
# For paste.util.template used in keystone.common.template
|
2017-09-16 23:11:44 +00:00
|
|
|
Paste>=2.0.2 # MIT
|
2011-11-16 00:57:27 -05:00
|
|
|
|
2017-09-13 12:50:08 +00:00
|
|
|
jsonschema<3.0.0,>=2.6.0 # MIT
|
2018-03-13 01:04:44 +00:00
|
|
|
pyOpenSSL>=17.1.0 # Apache-2.0
|
2013-05-17 10:06:01 +10:00
|
|
|
# Required by openstack.common libraries
|
2017-11-16 11:03:18 +00:00
|
|
|
six>=1.10.0 # MIT
|
2013-11-21 14:40:22 +01:00
|
|
|
|
2017-09-26 15:45:52 +00:00
|
|
|
oslo.db>=4.27.0 # Apache-2.0
|
2017-09-13 12:50:08 +00:00
|
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
2018-01-16 12:27:26 +00:00
|
|
|
oslo.log>=3.36.0 # Apache-2.0
|
2017-09-13 12:50:08 +00:00
|
|
|
oslo.messaging>=5.29.0 # Apache-2.0
|
|
|
|
oslo.middleware>=3.31.0 # Apache-2.0
|
2017-12-07 13:21:28 +00:00
|
|
|
oslo.policy>=1.30.0 # Apache-2.0
|
2014-05-28 17:00:16 -07:00
|
|
|
|
2015-07-02 11:12:57 +12:00
|
|
|
retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
2016-08-18 05:49:46 +00:00
|
|
|
osprofiler>=1.4.0 # Apache-2.0
|
2014-06-17 16:04:15 +02:00
|
|
|
|
|
|
|
# Glance Store
|
2018-07-30 15:48:49 -04:00
|
|
|
glance-store>=0.26.1 # Apache-2.0
|
2014-12-01 22:43:00 -08:00
|
|
|
|
2015-07-07 09:31:02 +00:00
|
|
|
|
2016-01-24 20:48:29 +00:00
|
|
|
debtcollector>=1.2.0 # Apache-2.0
|
2018-03-17 08:28:33 +00:00
|
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
2018-01-08 12:35:21 +00:00
|
|
|
cursive>=0.2.1 # Apache-2.0
|
2015-12-09 20:34:16 +00:00
|
|
|
|
|
|
|
# timeutils
|
2016-04-30 18:03:02 +00:00
|
|
|
iso8601>=0.1.11 # MIT
|
2016-02-18 06:52:18 +00:00
|
|
|
monotonic>=0.6 # Apache-2.0
|