From c3ed134d929628cde0b37fec19e9a1159f0c81af Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Mon, 3 Feb 2014 16:29:55 +0000 Subject: [PATCH] Now depends on amqp 1.4.2 --- 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 85f36b1f..ab6a07c4 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -1,2 +1,2 @@ anyjson>=0.3.3 -amqp>=1.4.1,<2.0 +amqp>=1.4.2,<2.0 diff --git a/setup.cfg b/setup.cfg index de41ae13..ff87c228 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.4.1 + amqp >= 1.4.2 importlib ordereddict