瀏覽代碼

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