CC-5823: Airtime Analyzer: Wav file uploading fails with zero length and

empty mime

* Fixed
This commit is contained in:
Albert Santoni 2014-04-30 18:32:17 -04:00
parent c2f6032c8b
commit 26a39ed2db
2 changed files with 25 additions and 30 deletions

View file

@ -23,6 +23,7 @@ setup(name='airtime_analyzer',
install_requires=[
'mutagen',
'pika',
'magic',
'nose',
'coverage',
'mock',