Browse Source

Now depends on Kombu 2.1.3

Ask Solem 13 years ago
parent
commit
3f190b27eb
4 changed files with 4 additions and 4 deletions
  1. 1 1
      requirements/default-py3k.txt
  2. 1 1
      requirements/default.txt
  3. 1 1
      setup.cfg
  4. 1 1
      setup.py

+ 1 - 1
requirements/default-py3k.txt

@@ -1,5 +1,5 @@
 python-dateutil>=2.0
 anyjson>=0.3.1
 pytz
-kombu>=2.1.0
+kombu>=2.1.3
 

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 python-dateutil>=1.5,<2.0
 anyjson>=0.3.1
-kombu>=2.1.2,<3.0
+kombu>=2.1.3,<3.0

+ 1 - 1
setup.cfg

@@ -46,4 +46,4 @@ requires = uuid
            multiprocessing == 2.6.2.1
            python-dateutil >= 1.5
            anyjson >= 0.3.1
-           kombu >= 2.1.2
+           kombu >= 2.1.3

+ 1 - 1
setup.py

@@ -115,7 +115,7 @@ except ImportError:
     install_requires.append("importlib")
 install_requires.extend([
     "anyjson>=0.3.1",
-    "kombu>=2.1.2,<3.0",
+    "kombu>=2.1.3,<3.0",
 ])
 if is_py3k:
     install_requires.append("python-dateutil>=2.0")