mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
[google] Update google component dependencies (#5904)
This commit is contained in:
parent
4af9d0f9ea
commit
f8be731891
@ -25,8 +25,8 @@ from homeassistant.helpers.event import track_time_change
|
|||||||
from homeassistant.util import convert, dt
|
from homeassistant.util import convert, dt
|
||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'google-api-python-client==1.5.5',
|
'google-api-python-client==1.6.2',
|
||||||
'oauth2client==3.0.0',
|
'oauth2client==4.0.0',
|
||||||
]
|
]
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -171,7 +171,7 @@ gTTS-token==1.1.1
|
|||||||
gntp==1.0.3
|
gntp==1.0.3
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
google-api-python-client==1.5.5
|
google-api-python-client==1.6.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.google_travel_time
|
# homeassistant.components.sensor.google_travel_time
|
||||||
googlemaps==2.4.4
|
googlemaps==2.4.4
|
||||||
@ -341,7 +341,7 @@ netdisco==0.8.2
|
|||||||
neurio==0.3.1
|
neurio==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==3.0.0
|
oauth2client==4.0.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.openevse
|
# homeassistant.components.sensor.openevse
|
||||||
openevsewifi==0.4
|
openevsewifi==0.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user