mirror of https://github.com/celery/kombu.git
Now depends on amqp 1.0.11
This commit is contained in:
parent
d51ba1f94e
commit
9958ee9021
|
@ -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.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
anyjson>=0.3.3
|
||||
amqp>=1.0.10,<1.1.0
|
||||
amqp>=1.0.11,<1.1.0
|
||||
|
|
Loading…
Reference in New Issue