platypush/requirements.txt

69 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-01-03 02:23:25 +01:00
# YAML configuration support
pyyaml
requires
# Apache Kafka backend support
kafka-python
# PushBullet backend support
websocket-client
2018-01-04 02:45:23 +01:00
# HTTP backend support
flask
2018-01-29 13:47:21 +01:00
websockets
2018-01-04 02:45:23 +01:00
2018-01-09 18:44:45 +01:00
# HTTP poll backend support
frozendict
2018-01-06 22:52:24 +01:00
# Database plugin support
sqlalchemy
2018-01-23 23:23:42 +01:00
# Dates support
python-dateutil
# RSS feeds support
feedparser
# PDF generation support
weasyprint
2018-01-03 02:23:25 +01:00
# Philips Hue plugin support
phue
# MPD/Mopidy music server support
python-mpd2
# Belkin WeMo Switch plugin support
ouimeaux
# Google Assistant support
google-assistant-sdk[samples]
2018-01-08 13:29:16 +01:00
google-assistant-library
2018-01-03 02:23:25 +01:00
# Google APIs general layer support
google-api-python-client
# Last.FM scrobbler plugin support
pylast
2018-01-03 02:23:25 +01:00
# Flic buttons support
2018-01-11 19:31:44 +01:00
# It doesn't come with a pip package nor a setup.py,
# follow the instructions on github to get the flicd daemon
# running, set up the buttons you want to use, and then
# enable backend.button.flic in your configuration.
# git+https://github.com/50ButtonsEach/fliclib-linux-hci
2018-01-03 02:23:25 +01:00
2018-01-11 19:31:44 +01:00
# text2speech plugin: mplayer system package
2018-01-03 02:23:25 +01:00
2018-01-11 19:31:44 +01:00
# Video support on RaspberryPi: omxplayer system package
2018-01-03 02:23:25 +01:00
# Custom hotword detection: Snowboy
snowboy
# Support for the RaspberryPi camera module
# apt install python3-picamera
# Support for torrents download
python-libtorrent