platypush/platypush/plugins/google/youtube/manifest.yaml

25 lines
541 B
YAML

manifest:
events: {}
install:
apk:
- py3-google-api-python-client
- py3-google-auth
- py3-oauth2client
apt:
- python3-google-auth
- python3-oauth2client
dnf:
- python-google-api-client
- python-google-auth
- python-oauth2client
pacman:
- python-google-api-python-client
- python-google-auth
- python-oauth2client
pip:
- google-api-python-client
- google-auth
- oauth2client
package: platypush.plugins.google.youtube
type: plugin