Browse Source

Now depends on carrot 0.5.2

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

+ 1 - 1
setup.py

@@ -42,7 +42,7 @@ class RunTests(Command):
 
 install_requires = ["django-unittest-depth",
                     "anyjson",
-                    "carrot>=0.5.0",
+                    "carrot>=0.5.2",
                     "python-daemon"]
 py_version_info = sys.version_info
 py_major_version = py_version_info[0]