Merge branch 'cc-5709-airtime-analyzer' into saas

This commit is contained in:
Albert Santoni 2014-11-11 11:19:31 -05:00
commit 5f27e3099a
1 changed files with 4 additions and 0 deletions
python_apps/airtime_analyzer

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)