Explorar el Código

Now depends on carrot >= 0.8.1

Ask Solem hace 15 años
padre
commit
161a094497
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  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"])