Browse Source

Now depends on carrot >= 0.8.1

Ask Solem 15 years ago
parent
commit
161a094497
2 changed files with 3 additions and 1 deletions
  1. 2 0
      Changelog
  2. 1 1
      setup.py

+ 2 - 0
Changelog

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

+ 1 - 1
setup.py

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