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

New version requirement for carrot: 0.8.0

Ask Solem преди 15 години
родител
ревизия
cb816d345b
променени са 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.8.0"]
 
 # python-daemon doesn't run on windows, so check current platform
 if platform.system() == "Windows":