diff --git a/setup.py b/setup.py index a534cfc4d2..5787e6e176 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,8 @@ def get_static_files(path): install_requires = [ 'tornado>=4.0,<5', - 'python-daemon<3.0', + # https://pagure.io/python-daemon/issue/18 + 'python-daemon<2.2.0', ] if os.environ.get('READTHEDOCS', None) == 'True':