Просмотр исходного кода

Now depends on billiard >= 0.2.0

Ask Solem 15 лет назад
Родитель
Сommit
0f8b17e887
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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