From 34f15c539d7fe343ba7f1cab82a18635891fe599 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Tue, 29 Oct 2013 13:57:24 +0000 Subject: [PATCH] Now depends on amqp 1.3.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 5f3c7e9b..d7a912a2 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -1,2 +1,2 @@ anyjson>=0.3.3 -amqp>=1.3.1,<2.0 +amqp>=1.3.2,<2.0 diff --git a/setup.cfg b/setup.cfg index 1b039828..678f1a15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,6 +33,6 @@ upload-dir = docs/.build/html [bdist_rpm] requires = anyjson >= 0.3.3 - amqp >= 1.3.1 + amqp >= 1.3.2 importlib ordereddict