Now depends on amqp 1.3.1

This commit is contained in:
Ask Solem 2013-10-24 16:52:11 +01:00
parent fa4268047b
commit 98a71e5503
3 changed files with 5 additions and 3 deletions

View File

@ -8,7 +8,9 @@
3.0.1
=====
:release-date: 2013-10-24 04:30 P.M BST
:release-date: 2013-10-24 04:00 P.M UTC
- Now depends on :mod:`amqp` version 1.3.1.
- Redis: New option ``fanout_keyprefix``

View File

@ -1,2 +1,2 @@
anyjson>=0.3.3
amqp>=1.3.0,<2.0
amqp>=1.3.1,<2.0

View File

@ -33,6 +33,6 @@ upload-dir = docs/.build/html
[bdist_rpm]
requires = anyjson >= 0.3.3
amqp >= 1.3.0
amqp >= 1.3.1
importlib
ordereddict