Fix typo in airtime_analyzer setup.py

This commit is contained in:
Albert Santoni 2015-10-30 17:13:12 -04:00
parent 76f202106b
commit fc51e63214

View file

@ -27,7 +27,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==1.31', # The Mutagen guys change stuff all the time that break our unit tests. Watch out for this.
'pika',
'daemon',
'python-magic',