Fixed python-magic dependency

This commit is contained in:
Albert Santoni 2014-04-30 18:46:37 -04:00
parent abcdf5ea6a
commit c11e39f933
1 changed files with 1 additions and 1 deletions

View File

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