@@ -1,4 +1,4 @@
python-dateutil>=1.5.0,<2.0.0
anyjson>=0.3.1
-kombu>=1.3.0,<2.0.0
+kombu>=1.3.1,<2.0.0
pyparsing>=1.5.0,<2.0.0
@@ -44,5 +44,5 @@ requires = uuid
multiprocessing == 2.6.2.1
python-dateutil >= 1.5.0
anyjson >= 0.3.1
- kombu >= 1.3.0
+ kombu >= 1.3.1
pyparsing >= 1.5.0
@@ -50,7 +50,7 @@ except ImportError:
install_requires.extend([
"python-dateutil>=1.5.0,<2.0.0",
"anyjson>=0.3.1",
- "kombu>=1.3.0,<2.0.0",
+ "kombu>=1.3.1,<2.0.0",
"pyparsing>=1.5.0,<2.0.0",
])
if is_py3k: