summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorKenneth Giusti <kgiusti@gmail.com>2018-01-23 15:23:15 -0500
committerKenneth Giusti <kgiusti@gmail.com>2018-03-21 10:58:23 -0400
commit222a939361579f73fb33a51580fd2ed4d28decb3 (patch)
tree86565cf1f33acb57a1ba1bddac3c642305c1b4c4 /requirements.txt
parentdec178257b49c1992eeb66306a62b65d603e06ef (diff)
downloadoslo-messaging-222a939361579f73fb33a51580fd2ed4d28decb3.tar.gz
Remove the deprecated Pika driver6.0.0
It is recommended that all users of the Pika driver transition to using the Rabbit driver instead. Typically this is done by changing the prefix of the transport_url configuration option from "pika://..." to "rabbit://...". There are no changes required to the RabbitMQ server configuration. Change-Id: I52ea5ccb7e7c247abd95e2d8d50dac4c4ad11246 Closes-Bug: #1744741
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index c6a0912..2055389 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,10 +28,8 @@ PyYAML>=3.12 # MIT
# we set the amqp version to ensure heartbeat works
amqp!=2.1.4,>=2.1.1 # BSD
kombu!=4.0.2,>=4.0.0 # BSD
-pika>=0.10.0 # BSD
-pika-pool>=0.1.3 # BSD
-# used by pika and zmq drivers
+# used by zmq driver
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
tenacity>=3.2.1 # Apache-2.0