numpy and PIL should be required dependencies for all camera plugins.

This commit is contained in:
Fabio Manganiello 2023-05-04 23:44:42 +02:00
parent 99311a6e71
commit 2c254e8eb9
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
4 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,7 @@ manifest:
events: {}
install:
pip:
- numpy
- opencv-python
- Pillow
package: platypush.plugins.camera.cv

View File

@ -1,6 +1,9 @@
manifest:
events: {}
install:
pip:
- numpy
- Pillow
apt:
- ffmpeg
pacman:

View File

@ -1,6 +1,9 @@
manifest:
events: {}
install:
pip:
- numpy
- Pillow
apt:
- python3-gi
- python3-gst-1.0

View File

@ -1,6 +1,9 @@
manifest:
events: {}
install:
pip:
- numpy
- Pillow
apt:
- libi2c-dev
pacman: