platypush/platypush/plugins/camera/cv/manifest.yaml

26 lines
441 B
YAML

manifest:
events: {}
install:
apk:
- py3-numpy
- py3-pillow
- py3-opencv
apt:
- python3-numpy
- python3-pillow
- python3-opencv
dnf:
- python-numpy
- python-pillow
- python-opencv
pacman:
- python-numpy
- python-pillow
- python-opencv
pip:
- numpy
- opencv-python
- Pillow
package: platypush.plugins.camera.cv
type: plugin