requests moved from setup.py to .travis.requirements

This commit is contained in:
Fabio Manganiello 2018-01-04 18:32:50 +01:00
parent a27e6a4d57
commit caf78f4750
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,3 @@
pyyaml
requires
requests

View File

@ -59,11 +59,10 @@ setup(
install_requires = [
'pyyaml',
'requires',
'requests',
],
extras_require = {
'Support for Apache Kafka backend': ['kafka-python'],
'Support for Pushbullet backend': ['websocket-client'],
'Support for Pushbullet backend': ['requests', 'websocket-client'],
'Support for HTTP backend': ['flask'],
'Support for Philips Hue plugin': ['phue'],
'Support for MPD/Mopidy music server plugin': ['python-mpd2'],