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