Browse Source

Now depends on kombu 2.4.2

Ask Solem 12 years ago
parent
commit
3334b7b495
3 changed files with 3 additions and 3 deletions
  1. 1 1
      requirements/default-py3k.txt
  2. 1 1
      requirements/default.txt
  3. 1 1
      setup.cfg

+ 1 - 1
requirements/default-py3k.txt

@@ -1,4 +1,4 @@
 billiard>=2.7.3.12
 python-dateutil>=2.0
 pytz
-kombu>=2.4.1,<3.0
+kombu>=2.4.2,<3.0

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 billiard>=2.7.3.12
 python-dateutil>=1.5,<2.0
-kombu>=2.4.1,<3.0
+kombu>=2.4.2,<3.0

+ 1 - 1
setup.cfg

@@ -18,5 +18,5 @@ requires = uuid
            importlib
            billiard>=2.7.3.12
            python-dateutil >= 1.5
-           kombu >= 2.4.1
+           kombu >= 2.4.2
            ordereddict