Merge branch 'cc-5709-airtime-analyzer' into saas
This commit is contained in:
commit
24cae3b3d6
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue