Преглед на файлове

setup.py now requires python-daemon 1.4.8

Ask Solem преди 15 години
родител
ревизия
2c5078efd7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -52,7 +52,7 @@ if platform.system() == "Windows":
     I see you are using windows. You will not be able to run celery
     I see you are using windows. You will not be able to run celery
     in daemon mode with the --detach parameter.""")
     in daemon mode with the --detach parameter.""")
 else:
 else:
-    install_requires.append("python-daemon")
+    install_requires.append("python-daemon>=1.4.8")
 
 
 py_version_info = sys.version_info
 py_version_info = sys.version_info
 py_major_version = py_version_info[0]
 py_major_version = py_version_info[0]