Browse Source

Updated dependency to carrot to match >= 0.10.0

Ask Solem 15 years ago
parent
commit
b002501c1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -57,7 +57,7 @@ except ImportError:
 install_requires.extend([
     "python-dateutil",
     "anyjson",
-    "carrot>=0.8.1",
+    "carrot>=0.10.0",
     "django-picklefield",
     "billiard>=0.2.1"])