forked from platypush/platypush
requests moved from setup.py to .travis.requirements
This commit is contained in:
parent
a27e6a4d57
commit
caf78f4750
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
||||||
pyyaml
|
pyyaml
|
||||||
requires
|
requires
|
||||||
|
requests
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -59,11 +59,10 @@ 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': ['websocket-client'],
|
'Support for Pushbullet backend': ['requests', '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'],
|
||||||
|
|
Loading…
Reference in a new issue