(Amazon S3) drop broken S3 support

This commit is contained in:
Lucas Bickel 2018-10-06 12:45:22 +02:00
parent 203ceb0cb1
commit f7ceeedb04
14 changed files with 14 additions and 462 deletions

View file

@ -37,9 +37,7 @@ setup(name='airtime_analyzer',
'mock',
'python-daemon==1.6',
'requests>=2.7.0',
'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',