Fix mutagen to compatible versions
This commit is contained in:
parent
d48e792922
commit
ca0d01b693
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ setup(name='airtime_analyzer',
|
|||
packages=['airtime_analyzer'],
|
||||
scripts=['bin/airtime_analyzer'],
|
||||
install_requires=[
|
||||
'mutagen>=1.41.1', # got rid of specific version requirement
|
||||
'mutagen~=1.43',
|
||||
'pika~=1.1.0',
|
||||
'file-magic',
|
||||
'nose',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue