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

This commit is contained in:
Albert Santoni 2014-11-11 18:41:26 -05:00
commit 24cae3b3d6
1 changed files with 5 additions and 4 deletions

View File

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