Fix typo in airtime_analyzer setup.py
This commit is contained in:
parent
76f202106b
commit
fc51e63214
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue