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