Skip to content

Commit

Permalink
Merge pull request #2536 from spotify/honnix-patch-1
Browse files Browse the repository at this point in the history
set upper bound of python-daemon
  • Loading branch information
honnix authored Sep 27, 2018
2 parents b35e8bc + 7b06c90 commit 9894323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 9894323

Please sign in to comment.