From fdd3f6e4766faa60d390163dda3724aff82e5805 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Mon, 13 Jan 2014 15:05:21 +0000 Subject: [PATCH] Now depends on amqp 1.4.0 --- requirements/default.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/default.txt b/requirements/default.txt index dc0dd342..21e6a2d0 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -1,2 +1,2 @@ anyjson>=0.3.3 -amqp>=1.3.3,<2.0 +amqp>=1.4.0,<2.0 diff --git a/setup.cfg b/setup.cfg index 7ac8f9f3..78aeb027 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,6 @@ upload-dir = docs/.build/html [bdist_rpm] requires = anyjson >= 0.3.3 - amqp >= 1.3.3 + amqp >= 1.4.0 importlib ordereddict