Merge pull request #169 from radiorabe/feature/use-official-magic

Use file-magic instead of python-magic
This commit is contained in:
Robb 2017-04-28 19:56:38 -04:00 committed by GitHub
commit 3b2a9451eb
2 changed files with 5 additions and 3 deletions

View file

@ -31,7 +31,7 @@ setup(name='airtime_analyzer',
'mutagen==1.31', # The Mutagen guys change stuff all the time that break our unit tests. Watch out for this.
'pika',
'daemon',
'python-magic',
'file-magic',
'nose',
'coverage',
'mock',