Added apache-libcloud dependency to airtime_analyzer

This commit is contained in:
drigato 2014-11-07 12:49:10 -05:00
parent 1dc72d5ebe
commit ecc0225ff5
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ setup(name='airtime_analyzer',
'mock',
'python-daemon',
'requests',
'apache-libcloud',
],
zip_safe=False,
data_files=data_files)