Skip to content

Commit

Permalink
shelljob fixed to 0.5.6
Browse files Browse the repository at this point in the history
... to compensate for the fact that v0.5.8 fails to install.
  • Loading branch information
ralphwetzel authored Apr 30, 2020
1 parent 2290b06 commit c4fc320
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 @@ -344,7 +344,7 @@ def generate_data_files(data_files):
install_requires=[
'theonionbox>=20.1',
'pystray',
'shelljob',
'shelljob==0.5.6', # 0.5.8 fails to install!
'filelock'
],
long_description_content_type='text/x-rst; charset=UTF-8',
Expand Down

0 comments on commit c4fc320

Please sign in to comment.