forked from platypush/platypush
requests is a required dependency for the tests
This commit is contained in:
parent
301c356c33
commit
a27e6a4d57
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -59,10 +59,11 @@ setup(
|
|||
install_requires = [
|
||||
'pyyaml',
|
||||
'requires',
|
||||
'requests',
|
||||
],
|
||||
extras_require = {
|
||||
'Support for Apache Kafka backend': ['kafka-python'],
|
||||
'Support for Pushbullet backend': ['requests', 'websocket-client'],
|
||||
'Support for Pushbullet backend': ['websocket-client'],
|
||||
'Support for HTTP backend': ['flask'],
|
||||
'Support for Philips Hue plugin': ['phue'],
|
||||
'Support for MPD/Mopidy music server plugin': ['python-mpd2'],
|
||||
|
|
Loading…
Reference in a new issue