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.
|
|
|
|
|
2016-11-09 23:03:04 +00:00
|
|
|
pbr>=1.8 # Apache-2.0
|
2014-10-24 09:28:13 -04:00
|
|
|
|
2016-07-15 03:46:40 +00:00
|
|
|
futurist!=0.15.0,>=0.11.0 # Apache-2.0
|
2016-10-27 12:21:15 +00:00
|
|
|
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
|
2016-08-24 01:37:31 +00:00
|
|
|
oslo.context>=2.9.0 # Apache-2.0
|
2016-10-14 05:30:16 +00:00
|
|
|
oslo.log>=3.11.0 # Apache-2.0
|
2016-11-06 02:05:50 +00:00
|
|
|
oslo.utils>=3.18.0 # Apache-2.0
|
2015-10-24 00:26:49 +00:00
|
|
|
oslo.serialization>=1.10.0 # Apache-2.0
|
2016-05-19 18:36:52 +00:00
|
|
|
oslo.service>=1.10.0 # Apache-2.0
|
2016-01-23 10:52:44 +00:00
|
|
|
oslo.i18n>=2.1.0 # Apache-2.0
|
2016-10-14 05:30:16 +00:00
|
|
|
stevedore>=1.17.1 # 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
|
2016-01-16 03:31:16 +00:00
|
|
|
six>=1.9.0 # MIT
|
2016-08-03 09:06:36 +00:00
|
|
|
cachetools>=1.1.0 # MIT License
|
2013-07-27 15:47:57 +01:00
|
|
|
|
2016-10-21 17:18:55 +03:00
|
|
|
# FIXME(markmc): remove this when the drivers no longer import eventlet
|
2013-12-02 21:08:07 +00:00
|
|
|
|
2016-02-19 22:17:24 +00:00
|
|
|
eventlet!=0.18.3,>=0.18.2 # MIT
|
2016-01-16 03:31:16 +00:00
|
|
|
greenlet>=0.3.2 # MIT
|
2015-06-25 21:53:51 -04:00
|
|
|
|
2016-10-14 05:30:16 +00:00
|
|
|
WebOb>=1.6.0 # MIT
|
2013-12-17 10:46:40 +01:00
|
|
|
|
2013-12-02 21:08:07 +00:00
|
|
|
# for the routing notifier
|
2016-10-14 05:30:16 +00:00
|
|
|
PyYAML>=3.10.0 # 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
|
2016-05-31 03:05:21 +00:00
|
|
|
amqp<2.0,>=1.4.0 # LGPL
|
2016-11-02 22:00:00 +00:00
|
|
|
kombu!=4.0.0,>=3.0.25 # BSD
|
2016-01-16 03:31:16 +00:00
|
|
|
pika>=0.10.0 # BSD
|
|
|
|
pika-pool>=0.1.3 # BSD
|
2014-07-09 15:51:10 +02:00
|
|
|
|
2016-01-12 15:04:40 -05:00
|
|
|
# used by pika and zmq drivers
|
2016-01-16 03:31:16 +00:00
|
|
|
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
|
2016-10-21 17:18:55 +03:00
|
|
|
tenacity>=3.2.1 # Apache-2.0
|
2016-01-12 15:04:40 -05:00
|
|
|
|
2014-07-09 15:51:10 +02:00
|
|
|
# middleware
|
2015-11-27 17:47:01 +00:00
|
|
|
oslo.middleware>=3.0.0 # Apache-2.0
|