瀏覽代碼

Now depends on carrot >= 0.10.5

Ask Solem 15 年之前
父節點
當前提交
d3d6c690d7
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      contrib/requirements/default.txt
  2. 1 1
      setup.py

+ 1 - 1
contrib/requirements/default.txt

@@ -2,7 +2,7 @@ mailer
 python-dateutil
 sqlalchemy
 anyjson
-carrot>=0.10.4
+carrot>=0.10.5
 django-picklefield
 billiard>=0.3.0
 pyparsing

+ 1 - 1
setup.py

@@ -45,7 +45,7 @@ install_requires.extend([
     "mailer",
     "sqlalchemy",
     "anyjson",
-    "carrot>=0.10.4",
+    "carrot>=0.10.5",
     "billiard>=0.3.0",
     "pyparsing"])