Преглед на файлове

Now depends on carrot >= 0.7.0

Ask Solem преди 15 години
родител
ревизия
48e81af47d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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":