소스 검색

Now depends on carrot >= 0.10.3

Ask Solem 15 년 전
부모
커밋
4695649b54
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      contrib/requirements/default.txt
  2. 1 1
      setup.py

+ 1 - 1
contrib/requirements/default.txt

@@ -1,6 +1,6 @@
 django
 python-dateutil
 anyjson
-carrot>=0.10.0
+carrot>=0.10.3
 django-picklefield
 billiard>=0.2.1

+ 1 - 1
setup.py

@@ -71,7 +71,7 @@ except ImportError:
 install_requires.extend([
     "python-dateutil",
     "anyjson",
-    "carrot>=0.10.0",
+    "carrot>=0.10.3",
     "django-picklefield",
     "billiard>=0.2.1"])