Add support for opencv wheels (#24620)
parent
c1d441b0ac
commit
21c96fa76c
|
@ -95,6 +95,7 @@ virtualization/vagrant/config
|
|||
|
||||
# Visual Studio Code
|
||||
.vscode
|
||||
.devcontainer
|
||||
|
||||
# Built docs
|
||||
docs/build
|
||||
|
|
|
@ -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": []
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ COMMENT_REQUIREMENTS = (
|
|||
'face_recognition',
|
||||
'fritzconnection',
|
||||
'i2csense',
|
||||
'opencv-python',
|
||||
'opencv-python-headless',
|
||||
'py_noaa',
|
||||
'VL53L1X2',
|
||||
'pybluez',
|
||||
|
|
Loading…
Reference in New Issue