소스 검색

Updated billiard dependency to >=0.2.1

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

+ 1 - 1
setup.py

@@ -59,7 +59,7 @@ install_requires.extend([
     "anyjson",
     "carrot>=0.8.0",
     "django-picklefield",
-    "billiard>=0.2.0"])
+    "billiard>=0.2.1"])
 
 # python-daemon doesn't run on windows, so check current platform
 if platform.system() == "Windows":