removed the version restriction on mutagen to take advantage of bug fixes
This commit is contained in:
parent
634ac9c846
commit
6b0e6312af
|
@ -28,7 +28,7 @@ setup(name='airtime_analyzer',
|
||||||
packages=['airtime_analyzer'],
|
packages=['airtime_analyzer'],
|
||||||
scripts=['bin/airtime_analyzer'],
|
scripts=['bin/airtime_analyzer'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'mutagen==1.31', # The Mutagen guys change stuff all the time that break our unit tests. Watch out for this.
|
'mutagen', # got rid of specific version requirement
|
||||||
'pika',
|
'pika',
|
||||||
'daemon',
|
'daemon',
|
||||||
'file-magic',
|
'file-magic',
|
||||||
|
|
Loading…
Reference in New Issue