Parcourir la source

Now depends on Kombu 2.1.0

Ask Solem il y a 13 ans
Parent
commit
9fcc9e5c61
5 fichiers modifiés avec 4 ajouts et 5 suppressions
  1. 1 1
      requirements/default-py3k.txt
  2. 1 1
      requirements/default.txt
  3. 0 1
      requirements/test.txt
  4. 1 1
      setup.cfg
  5. 1 1
      setup.py

+ 1 - 1
requirements/default-py3k.txt

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

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 python-dateutil>=1.5.0,<2.0.0
 anyjson>=0.3.1
-kombu>=2.0.0rc1,<3.0
+kombu>=2.1.0,<3.0

+ 0 - 1
requirements/test.txt

@@ -1,5 +1,4 @@
 unittest2>=0.4.0
-simplejson
 nose
 nose-cover3
 coverage>=3.0

+ 1 - 1
setup.cfg

@@ -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

+ 1 - 1
setup.py

@@ -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")