@@ -136,6 +136,8 @@ NEWS
CHANGES
-------
+* Now depends on carrot >= 0.8.1
+
* New dependencies: billiard, python-dateutil, django-picklefield
* The ``uuid`` distribution is added as a dependency when running Python 2.4.
@@ -57,7 +57,7 @@ except ImportError:
install_requires.extend([
"python-dateutil",
"anyjson",
- "carrot>=0.8.0",
+ "carrot>=0.8.1",
"django-picklefield",
"billiard>=0.2.1"])