Now depends on amqp 1.0.11

This commit is contained in:
Ask Solem 2013-04-11 17:50:02 +01:00
parent d51ba1f94e
commit 9958ee9021
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@ Changes
Consumer(accept=['application/json'])
Consumer(accept=['pickle', 'json'])
- Now depends on amqp 1.0.11
- pidbox: Mailbox now supports the ``accept`` argument.
- Redis: More friendly error for when keys are missing.

View File

@ -1,2 +1,2 @@
anyjson>=0.3.3
amqp>=1.0.10,<1.1.0
amqp>=1.0.11,<1.1.0