Merge pull request #169 from radiorabe/feature/use-official-magic
Use file-magic instead of python-magic
This commit is contained in:
commit
3b2a9451eb
2 changed files with 5 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue