From c65dc11b81bcf8b4022fc9d184d5c092dd918a8e Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Mon, 12 Nov 2012 15:43:17 +0000 Subject: [PATCH] 2.5 depends on amqp < 1.1 --- 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 116e81be..0107571a 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -1,2 +1,2 @@ anyjson>=0.3.3 -amqp>=1.0.2 +amqp>=1.0.2,<1.1.0 diff --git a/setup.cfg b/setup.cfg index 49917962..89bd1cd4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,6 @@ upload-dir = docs/.build/html [bdist_rpm] requires = anyjson >= 0.3.3 - amqp >= 1.0.2 + amqp < 1.1.0 importlib ordereddict