2014-09-03 14:23:10 -04: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:20:09 +00:00
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
2014-10-24 09:28:13 -04:00
|
|
|
|
2017-09-11 21:47:08 +00:00
|
|
|
futurist>=1.2.0 # Apache-2.0
|
2018-03-15 07:49:08 +00:00
|
|
|
oslo.config>=5.2.0 # Apache-2.0
|
2018-01-24 02:16:24 +00:00
|
|
|
oslo.log>=3.36.0 # Apache-2.0
|
2017-12-19 01:38:48 +00:00
|
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
2017-09-11 21:47:08 +00:00
|
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
2017-12-19 01:38:48 +00:00
|
|
|
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
|
2017-09-11 21:47:08 +00:00
|
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
2017-03-04 01:51:17 +00:00
|
|
|
stevedore>=1.20.0 # Apache-2.0
|
2016-01-23 10:52:44 +00:00
|
|
|
debtcollector>=1.2.0 # Apache-2.0
|
2016-07-29 12:27:55 -04:00
|
|
|
monotonic>=0.6 # Apache-2.0
|
2013-06-15 07:49:11 +01:00
|
|
|
|
|
|
|
# for jsonutils
|
2017-11-16 11:21:28 +00:00
|
|
|
six>=1.10.0 # MIT
|
2017-09-11 21:47:08 +00:00
|
|
|
cachetools>=2.0.0 # MIT License
|
2013-07-27 15:47:57 +01:00
|
|
|
|
2017-04-03 21:58:21 +00:00
|
|
|
WebOb>=1.7.1 # MIT
|
2013-12-17 10:46:40 +01:00
|
|
|
|
2013-12-02 21:08:07 +00:00
|
|
|
# for the routing notifier
|
2018-03-15 07:49:08 +00:00
|
|
|
PyYAML>=3.12 # MIT
|
2014-03-05 13:38:51 -08:00
|
|
|
|
|
|
|
# rabbit driver is the default
|
2015-05-01 13:27:15 +02:00
|
|
|
# we set the amqp version to ensure heartbeat works
|
2018-07-11 15:21:56 +02:00
|
|
|
amqp>=2.3.0 # BSD
|
2017-03-28 21:36:21 +00:00
|
|
|
kombu!=4.0.2,>=4.0.0 # BSD
|
2014-07-09 15:51:10 +02:00
|
|
|
|
|
|
|
# middleware
|
2017-09-20 16:23:04 +00:00
|
|
|
oslo.middleware>=3.31.0 # Apache-2.0
|