Parcourir la source

Now depends on carrot >= 0.8.1

Ask Solem il y a 15 ans
Parent
commit
161a094497
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  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"])