Set pika version to ~1.1.0 to prevent api updates from breaking code.
Updated message_listener for new version.
This commit is contained in:
parent
4a45225369
commit
a643883d06
2 changed files with 2 additions and 3 deletions
|
@ -30,7 +30,7 @@ setup(name='airtime_analyzer',
|
|||
scripts=['bin/airtime_analyzer'],
|
||||
install_requires=[
|
||||
'mutagen>=1.41.1', # got rid of specific version requirement
|
||||
'pika',
|
||||
'pika~=1.1.0',
|
||||
'file-magic',
|
||||
'nose',
|
||||
'coverage',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue