airtime_analyzer: use requests >= 2.7.0

This commit is contained in:
Albert Santoni 2015-05-20 10:36:55 -04:00
parent 3d8cd8e927
commit c7aa6b3e5e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ setup(name='airtime_analyzer',
'coverage', 'coverage',
'mock', 'mock',
'python-daemon==1.6', 'python-daemon==1.6',
'requests', 'requests>=2.7.0',
'apache-libcloud', 'apache-libcloud',
'rgain', 'rgain',
'boto', 'boto',