Rewritten Pushbullet backend using pushbullet.py for better stability

This commit is contained in:
Fabio Manganiello 2018-12-27 02:29:44 +01:00
parent 56ff58d06b
commit cff4563dae
4 changed files with 73 additions and 166 deletions

View file

@ -66,7 +66,7 @@ setup(
],
extras_require = {
'Support for Apache Kafka backend': ['kafka-python'],
'Support for Pushbullet backend': ['requests', 'websockets'],
'Support for Pushbullet backend': ['requests', 'git+https://github.com/rbrcsk/pushbullet.py'],
'Support for HTTP backend': ['flask','websockets', 'python-dateutil'],
'Support for HTTP poll backend': ['frozendict'],
'Support for database plugin': ['sqlalchemy'],