Browse Source

New version requirement for carrot: 0.8.0

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

+ 1 - 1
setup.py

@@ -43,7 +43,7 @@ class RunTests(Command):
 
 install_requires = ["django-unittest-depth",
                     "anyjson",
-                    "carrot>=0.7.0",
+                    "carrot>=0.8.0",
                     "django-picklefield",
                     "billiard"]