mirror of https://github.com/celery/kombu.git
Now depends on anyjson 0.3.1 for the cjson deprecation
This commit is contained in:
parent
59a06d25bc
commit
af4339170d
|
@ -6,6 +6,11 @@
|
|||
=====
|
||||
:release-date: 2011-03-28 16:00 P.M CEST
|
||||
|
||||
* Now depends on anyjson 0.3.1
|
||||
|
||||
cjson is no longer a recommended json implementation, and anyjson
|
||||
will now emit a deprecation warning if used.
|
||||
|
||||
* Please note that the Pika backend only works with version 0.5.2.
|
||||
|
||||
The latest version (0.9.x) drastically changed API, and it is not
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
anyjson
|
||||
anyjson>=0.3.1
|
||||
amqplib>=0.6
|
||||
|
|
|
@ -24,5 +24,5 @@ upload-dir = docs/.build/html
|
|||
|
||||
|
||||
[bdist_rpm]
|
||||
requires = anyjson
|
||||
requires = anyjson >= 0.3.1
|
||||
amqplib >= 0.6
|
||||
|
|
Loading…
Reference in New Issue