diff --git a/python_apps/airtime_analyzer/setup.py b/python_apps/airtime_analyzer/setup.py index f576d0409..f9f47a31e 100644 --- a/python_apps/airtime_analyzer/setup.py +++ b/python_apps/airtime_analyzer/setup.py @@ -28,7 +28,7 @@ setup(name='airtime_analyzer', 'coverage', 'mock', 'python-daemon', - 'requests' + 'requests', 'apache-libcloud', 'rgain', # These next 3 are required for requests to support SSL with SNI. Learned this the hard way...