Переглянути джерело

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":