Pin python-daemon to 1.6 because 2.0.3 breaks setuptools

This commit is contained in:
Albert Santoni 2015-01-22 12:42:05 -05:00
parent d5ee710f89
commit 6ebe8ec6c8

View file

@ -27,7 +27,7 @@ setup(name='airtime_analyzer',
'nose', 'nose',
'coverage', 'coverage',
'mock', 'mock',
'python-daemon', 'python-daemon==1.6',
'requests', 'requests',
'rgain', 'rgain',
# These next 3 are required for requests to support SSL with SNI. Learned this the hard way... # These next 3 are required for requests to support SSL with SNI. Learned this the hard way...