mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Add httplib2 to h.c.google requirements (#15385)
This commit is contained in:
parent
57977bcef3
commit
3b93fa80be
@ -4,7 +4,6 @@ Support for Google Calendar Search binary sensors.
|
|||||||
For more details about this platform, please refer to the documentation at
|
For more details about this platform, please refer to the documentation at
|
||||||
https://home-assistant.io/components/binary_sensor.google_calendar/
|
https://home-assistant.io/components/binary_sensor.google_calendar/
|
||||||
"""
|
"""
|
||||||
# pylint: disable=import-error
|
|
||||||
import logging
|
import logging
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ from homeassistant.util import convert, dt
|
|||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'google-api-python-client==1.6.4',
|
'google-api-python-client==1.6.4',
|
||||||
|
'httplib2==0.10.3',
|
||||||
'oauth2client==4.0.0',
|
'oauth2client==4.0.0',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -423,6 +423,7 @@ home-assistant-frontend==20180709.0
|
|||||||
# homeassistant.components.homematicip_cloud
|
# homeassistant.components.homematicip_cloud
|
||||||
homematicip==0.9.6
|
homematicip==0.9.6
|
||||||
|
|
||||||
|
# homeassistant.components.google
|
||||||
# homeassistant.components.remember_the_milk
|
# homeassistant.components.remember_the_milk
|
||||||
httplib2==0.10.3
|
httplib2==0.10.3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user