Browse Source

Now depend on Kombu 2.4.3

Kombu 2.4.2 doesn't work with Celery 3.0.7.
Steeve Morin 12 years ago
parent
commit
80372ee1bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      requirements/default.txt

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 billiard>=2.7.3.12
 python-dateutil>=2.1
-kombu>=2.4.2,<3.0
+kombu>=2.4.3,<3.0