Skip to content

Commit

Permalink
Cap python-daemon version below 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Mar 4, 2024
1 parent 245f4ca commit 2e121e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
entry_points={
'console_scripts': [
'bioluigi = bioluigi.cli:main']},
install_requires=['click', luigi_dep, 'requests'])
install_requires=['click', luigi_dep, 'python-daemon<3.0.0', 'requests'])

0 comments on commit 2e121e6

Please sign in to comment.