瀏覽代碼

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