소스 검색

Now depends on carrot 0.5.2

Ask Solem 15 년 전
부모
커밋
b573def0f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -42,7 +42,7 @@ class RunTests(Command):
 
 install_requires = ["django-unittest-depth",
                     "anyjson",
-                    "carrot>=0.5.0",
+                    "carrot>=0.5.2",
                     "python-daemon"]
 py_version_info = sys.version_info
 py_major_version = py_version_info[0]