Fixed setup.py requirement line

This commit is contained in:
Fabio Manganiello 2018-12-27 02:30:34 +01:00
parent cff4563dae
commit 42236ac197
1 changed files with 1 additions and 1 deletions

View File

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