Updated requirements for airtime_analyzer to make python-requests

support SNI properly
This commit is contained in:
Albert Santoni 2014-11-11 11:18:55 -05:00
parent 52b0db5ccd
commit 63b357f0ee
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ setup(name='airtime_analyzer',
'mock',
'python-daemon',
'requests',
# These next 3 are required for requests to support SSL with SNI. This is extremely important. Learned this the hard way...
'ndg-httpsclient',
'pyasn1',
'pyopenssl'
],
zip_safe=False,
data_files=data_files)