Browse Source

Now depends on carrot >= 0.7.0

Ask Solem 15 years ago
parent
commit
48e81af47d
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.6.0"]
+                    "carrot>=0.7.0"]
 
 # python-daemon doesn't run on windows, so check current platform
 if platform.system() == "Windows":