SAAS-529: Replace Apache Libcloud with Python-Boto SDK

This commit is contained in:
drigato 2015-01-06 15:44:34 -05:00
parent cf57af0c4b
commit 8d914bcd13
4 changed files with 130 additions and 27 deletions

View file

@ -31,6 +31,7 @@ setup(name='airtime_analyzer',
'requests',
'apache-libcloud',
'rgain',
'boto',
# These next 3 are required for requests to support SSL with SNI. Learned this the hard way...
# What sucks is that GCC is required to pip install these.
#'ndg-httpsclient',