removed the version restriction on mutagen to take advantage of bug fixes

This commit is contained in:
Robbt 2018-11-28 07:47:54 -05:00
parent 634ac9c846
commit 6b0e6312af
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ setup(name='airtime_analyzer',
packages=['airtime_analyzer'],
scripts=['bin/airtime_analyzer'],
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',
'daemon',
'file-magic',