Browse Source

Now depends on carrot >= 0.10.4

Ask Solem 15 years ago
parent
commit
7117827e58
2 changed files with 2 additions and 2 deletions
  1. 1 1
      contrib/requirements/default.txt
  2. 1 1
      setup.py

+ 1 - 1
contrib/requirements/default.txt

@@ -1,6 +1,6 @@
 django
 python-dateutil
 anyjson
-carrot>=0.10.3
+carrot>=0.10.4
 django-picklefield
 billiard>=0.3.0

+ 1 - 1
setup.py

@@ -63,7 +63,7 @@ except ImportError:
 install_requires.extend([
     "python-dateutil",
     "anyjson",
-    "carrot>=0.10.3",
+    "carrot>=0.10.4",
     "django-picklefield",
     "billiard>=0.3.0"])