Add support for opencv wheels (#24620)

This commit is contained in:
Pascal Vizeli 2019-06-19 18:23:05 +02:00 committed by Paulus Schoutsen
parent c1d441b0ac
commit 21c96fa76c
4 changed files with 7 additions and 2 deletions

View file

@ -3,7 +3,8 @@
"name": "Opencv",
"documentation": "https://www.home-assistant.io/components/opencv",
"requirements": [
"numpy==1.16.3"
"numpy==1.16.3",
"opencv-python-headless==4.1.0.25"
],
"dependencies": [],
"codeowners": []