Update face_recognition to 1.2.3 (#22622)

This commit is contained in:
Pascal Vizeli 2019-04-01 19:00:25 +02:00 committed by Paulus Schoutsen
parent e0b4e88544
commit 56c75d7706
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ from homeassistant.components.image_processing import PLATFORM_SCHEMA # noqa
from homeassistant.components.image_processing import ( from homeassistant.components.image_processing import (
ImageProcessingFaceEntity, CONF_SOURCE, CONF_ENTITY_ID, CONF_NAME) ImageProcessingFaceEntity, CONF_SOURCE, CONF_ENTITY_ID, CONF_NAME)
REQUIREMENTS = ['face_recognition==1.0.0'] REQUIREMENTS = ['face_recognition==1.2.3']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -15,7 +15,7 @@ from homeassistant.components.image_processing import (
CONF_NAME) CONF_NAME)
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['face_recognition==1.0.0'] REQUIREMENTS = ['face_recognition==1.2.3']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -415,7 +415,7 @@ evohomeclient==0.2.8
# homeassistant.components.dlib_face_detect.image_processing # homeassistant.components.dlib_face_detect.image_processing
# homeassistant.components.dlib_face_identify.image_processing # homeassistant.components.dlib_face_identify.image_processing
# face_recognition==1.0.0 # face_recognition==1.2.3
# homeassistant.components.fastdotcom # homeassistant.components.fastdotcom
fastdotcom==0.0.3 fastdotcom==0.0.3