summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-03-28 14:42:38 +0200
committerAsk Solem <ask@celeryproject.org>2011-03-28 14:43:52 +0200
commitaf4339170d6161f84881f0d7ea305c018c0f9cb5 (patch)
tree6d21efd5d822a751f72e130faeb85e22df032c1d /setup.py
parent59a06d25bc55fb665d4f3b898ed7c48fea9d50e6 (diff)
downloadkombu-af4339170d6161f84881f0d7ea305c018c0f9cb5.tar.gz
Now depends on anyjson 0.3.1 for the cjson deprecation
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 453a39fb..829b5a72 100644
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ setup(
zip_safe=False,
test_suite="nose.collector",
install_requires=[
- 'anyjson',
+ 'anyjson>=0.3.1',
'amqplib>=0.6',
],
tests_require=tests_require,