diff --git a/requirements/default.txt b/requirements/default.txt index 8d6f8a4a..116e81be 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -1,2 +1,2 @@ anyjson>=0.3.3 -amqp>=1.0.1 +amqp>=1.0.2 diff --git a/setup.cfg b/setup.cfg index 2ba07848..49917962 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.1 + amqp >= 1.0.2 importlib ordereddict