Bump uvcclient to 0.10.1 to work with beta NVR releases (#9423)
This commit is contained in:
parent
5b453ca53a
commit
07cb7b3d54
3 changed files with 3 additions and 3 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue