Pin python-daemon to 1.6 because 2.0.3 breaks setuptools
This commit is contained in:
parent
d5ee710f89
commit
6ebe8ec6c8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ setup(name='airtime_analyzer',
|
|||
'nose',
|
||||
'coverage',
|
||||
'mock',
|
||||
'python-daemon',
|
||||
'python-daemon==1.6',
|
||||
'requests',
|
||||
'rgain',
|
||||
# These next 3 are required for requests to support SSL with SNI. Learned this the hard way...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue