Bump uvcclient to 0.10.1 to work with beta NVR releases (#9423)

This commit is contained in:
Antony Messerli 2017-09-14 00:21:58 -05:00 committed by Paulus Schoutsen
parent 5b453ca53a
commit 07cb7b3d54
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.const import CONF_PORT
from homeassistant.components.camera import Camera, PLATFORM_SCHEMA
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['uvcclient==0.10.0']
REQUIREMENTS = ['uvcclient==0.10.1']
_LOGGER = logging.getLogger(__name__)

View file

@ -978,7 +978,7 @@ uber_rides==0.5.2
upsmychoice==1.0.6
# homeassistant.components.camera.uvc
uvcclient==0.10.0
uvcclient==0.10.1
# homeassistant.components.volvooncall
volvooncall==0.3.3

View file

@ -139,7 +139,7 @@ sqlalchemy==1.1.13
statsd==3.2.1
# homeassistant.components.camera.uvc
uvcclient==0.10.0
uvcclient==0.10.1
# homeassistant.components.cloud
warrant==0.2.0