@@ -1,5 +1,5 @@
python-dateutil>=2.0.0
anyjson>=0.3.1
pytz
-kombu
+kombu>=2.1.0
@@ -1,3 +1,3 @@
python-dateutil>=1.5.0,<2.0.0
-kombu>=2.0.0rc1,<3.0
+kombu>=2.1.0,<3.0
@@ -1,5 +1,4 @@
unittest2>=0.4.0
-simplejson
nose
nose-cover3
coverage>=3.0
@@ -46,4 +46,4 @@ requires = uuid
multiprocessing == 2.6.2.1
python-dateutil >= 1.5.0
anyjson >= 0.3.1
- kombu >= 1.4.3
+ kombu >= 2.1.0
@@ -115,7 +115,7 @@ except ImportError:
install_requires.append("importlib")
install_requires.extend([
"anyjson>=0.3.1",
- "kombu>=2.0.0rc1,<3.0",
+ "kombu>=2.1.0,<3.0",
])
if is_py3k:
install_requires.append("python-dateutil>=2.0.0")