summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-12-28 09:15:07 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-12-28 09:15:07 +0000
commit64914790f4ff8c5448448062607c9329ca72df93 (patch)
tree798c340a13eee2d99fe7d11367fd8459c5b9cbcf /requirements.txt
parent1242564e4da5d7d9ab5a21ab68ad0ba9af7ef5f9 (diff)
downloadoslo-messaging-64914790f4ff8c5448448062607c9329ca72df93.tar.gz
Updated from global requirements
Change-Id: I6375d299c56fb3789c9d37276dc0a6adb6ec4de8
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 8b9d7dd..7884b12 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -33,7 +33,7 @@ PyYAML>=3.10.0 # MIT
# rabbit driver is the default
# we set the amqp version to ensure heartbeat works
amqp<2.0,>=1.4.0 # LGPL
-kombu!=4.0.0,!=4.0.1,!=4.0.2,>=3.0.25 # BSD
+kombu<4.0.0,>=3.0.25 # BSD
pika>=0.10.0 # BSD
pika-pool>=0.1.3 # BSD