Browse Source

Now depends on kombu 2.2.5

Ask Solem 12 years ago
parent
commit
2e3efe1658
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.10
 python-dateutil>=2.0
 pytz
-kombu>=2.2.4
+kombu>=2.2.5

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 billiard>=2.7.3.10
 python-dateutil>=1.5,<2.0
-kombu>=2.2.4,<3.0
+kombu>=2.2.5,<3.0

+ 1 - 1
setup.cfg

@@ -18,5 +18,5 @@ requires = uuid
            importlib
            billiard>=2.7.3.10
            python-dateutil >= 1.5
-           kombu >= 2.2.4
+           kombu >= 2.2.5
            ordereddict