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