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

1
.gitignore vendored
View File

@ -95,6 +95,7 @@ virtualization/vagrant/config
# Visual Studio Code
.vscode
.devcontainer
# Built docs
docs/build

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": []

View File

@ -838,6 +838,9 @@ onkyo-eiscp==1.2.4
# homeassistant.components.onvif
onvif-zeep-async==0.2.0
# homeassistant.components.opencv
# opencv-python-headless==4.1.0.25
# homeassistant.components.openevse
openevsewifi==0.4

View File

@ -24,7 +24,7 @@ COMMENT_REQUIREMENTS = (
'face_recognition',
'fritzconnection',
'i2csense',
'opencv-python',
'opencv-python-headless',
'py_noaa',
'VL53L1X2',
'pybluez',