Преглед изворни кода

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