requests is a required dependency for the tests

This commit is contained in:
Fabio Manganiello 2018-01-04 18:30:28 +01:00
parent 301c356c33
commit a27e6a4d57
1 changed files with 2 additions and 1 deletions

View File

@ -59,10 +59,11 @@ setup(
install_requires = [ install_requires = [
'pyyaml', 'pyyaml',
'requires', 'requires',
'requests',
], ],
extras_require = { extras_require = {
'Support for Apache Kafka backend': ['kafka-python'], '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 HTTP backend': ['flask'],
'Support for Philips Hue plugin': ['phue'], 'Support for Philips Hue plugin': ['phue'],
'Support for MPD/Mopidy music server plugin': ['python-mpd2'], 'Support for MPD/Mopidy music server plugin': ['python-mpd2'],