Defensive coding against Silan bugs and bump to Mutagen 1.31

This commit is contained in:
Albert Santoni 2015-10-30 17:12:13 -04:00
parent a86e3ed4a8
commit 76f202106b
4 changed files with 40 additions and 14 deletions

View file

@ -27,7 +27,7 @@ setup(name='airtime_analyzer',
packages=['airtime_analyzer'],
scripts=['bin/airtime_analyzer'],
install_requires=[
'mutagen',
'mutagen=1.31', # The Mutagen guys change stuff all the time that break our unit tests. Watch out for this.
'pika',
'daemon',
'python-magic',