forked from platypush/platypush
Fix compatibility with all versions of websocket-client, regardless of the list of arguments required by the callbacks (either ws as a first argument or not)
This commit is contained in:
parent
641d9c0d41
commit
99831bf0c7
6 changed files with 58 additions and 44 deletions
2
setup.py
2
setup.py
|
@ -74,7 +74,7 @@ setup(
|
|||
# Support for Kafka backend and plugin
|
||||
'kafka': ['kafka-python'],
|
||||
# Support for Pushbullet backend and plugin
|
||||
'pushbullet': ['pushbullet.py @ https://github.com/rbrcsk/pushbullet.py/tarball/master'],
|
||||
'pushbullet': ['pushbullet.py @ https://github.com/BlackLight/pushbullet.py/tarball/master'],
|
||||
# Support for HTTP backend
|
||||
'http': ['flask', 'frozendict', 'bcrypt'],
|
||||
# Support for uWSGI HTTP backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue