Bump uvcclient to 0.10.0 (#5175)

This brings fixes for newer versions of unifi-video and a few
fixes.
This commit is contained in:
Dan Smith 2017-01-04 10:55:16 -08:00 committed by Paulus Schoutsen
parent 3f7a629079
commit 6ed3c69604
2 changed files with 2 additions and 2 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.9.0']
REQUIREMENTS = ['uvcclient==0.10.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -597,7 +597,7 @@ uber_rides==0.2.7
urllib3
# homeassistant.components.camera.uvc
uvcclient==0.9.0
uvcclient==0.10.0
# homeassistant.components.device_tracker.volvooncall
volvooncall==0.1.1