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.
|
|
|
|
|
2020-11-25 19:56:02 +00:00
|
|
|
pbr>=3.1.1 # Apache-2.0
|
2020-06-09 13:27:10 -05:00
|
|
|
defusedxml>=0.6.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
|
2022-01-21 12:59:01 +00:00
|
|
|
SQLAlchemy>=1.3.14 # MIT
|
2020-06-09 13:27:10 -05:00
|
|
|
eventlet>=0.25.1 # 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
|
2018-05-20 11:41:43 -04:00
|
|
|
WebOb>=1.8.1 # MIT
|
2016-10-05 22:18:42 -05:00
|
|
|
sqlparse>=0.2.2 # BSD
|
2020-12-11 18:20:33 +00:00
|
|
|
alembic>=0.9.6 # MIT
|
2017-09-13 12:50:08 +00:00
|
|
|
httplib2>=0.9.1 # MIT
|
2020-11-25 19:56:02 +00:00
|
|
|
oslo.config>=8.1.0 # Apache-2.0
|
2022-05-09 11:39:11 -04:00
|
|
|
oslo.concurrency>=4.5.1 # Apache-2.0
|
2020-12-11 18:20:33 +00:00
|
|
|
oslo.context>=2.22.0 # Apache-2.0
|
2020-11-24 16:30:47 -06:00
|
|
|
oslo.upgradecheck>=1.3.0 # Apache-2.0
|
2020-10-01 15:50:18 -04:00
|
|
|
oslo.utils>=4.7.0 # Apache-2.0
|
2020-07-13 12:02:30 +01:00
|
|
|
stevedore!=3.0.0,>=1.20.0 # Apache-2.0
|
2017-09-13 12:50:08 +00:00
|
|
|
futurist>=1.2.0 # Apache-2.0
|
2020-12-11 18:20:33 +00:00
|
|
|
taskflow>=4.0.0 # Apache-2.0
|
2018-02-17 09:27:52 +00:00
|
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
2020-11-25 19:56:02 +00:00
|
|
|
keystonemiddleware>=5.1.0 # Apache-2.0
|
2017-09-13 12:50:08 +00:00
|
|
|
WSME>=0.8.0 # MIT
|
2021-02-11 12:21:31 +00:00
|
|
|
PrettyTable>=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
|
|
|
|
2020-05-26 21:49:00 +02:00
|
|
|
jsonschema>=3.2.0 # MIT
|
2021-06-10 13:51:49 +01:00
|
|
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
2018-03-13 01:04:44 +00:00
|
|
|
pyOpenSSL>=17.1.0 # Apache-2.0
|
2013-11-21 14:40:22 +01:00
|
|
|
|
2020-06-09 13:27:10 -05:00
|
|
|
oslo.db>=5.0.0 # Apache-2.0
|
2020-11-25 19:56:02 +00:00
|
|
|
oslo.i18n>=5.0.0 # Apache-2.0
|
2021-10-05 21:41:10 +09:00
|
|
|
oslo.limit>=1.6.0 # Apache-2.0
|
2021-09-17 15:44:37 +00:00
|
|
|
oslo.log>=4.5.0 # Apache-2.0
|
2018-10-08 15:59:31 -04:00
|
|
|
oslo.messaging>=5.29.0,!=9.0.0 # Apache-2.0
|
2017-09-13 12:50:08 +00:00
|
|
|
oslo.middleware>=3.31.0 # Apache-2.0
|
2019-02-20 10:07:16 -08:00
|
|
|
oslo.reports>=1.18.0 # Apache-2.0
|
2021-09-21 15:02:47 +00:00
|
|
|
oslo.policy>=3.8.1 # 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
|
2020-08-25 21:28:45 +00:00
|
|
|
glance-store>=2.3.0 # Apache-2.0
|
2014-12-01 22:43:00 -08:00
|
|
|
|
2015-07-07 09:31:02 +00:00
|
|
|
|
2020-11-25 19:56:02 +00:00
|
|
|
debtcollector>=1.19.0 # Apache-2.0
|
2020-12-11 18:20:33 +00:00
|
|
|
cryptography>=2.6.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
|
2019-01-04 10:07:57 +00:00
|
|
|
|
2020-12-11 18:20:33 +00:00
|
|
|
os-win>=4.0.1 # Apache-2.0
|
2019-07-17 22:15:10 +02:00
|
|
|
|
|
|
|
castellan>=0.17.0 # Apache-2.0
|