Add httplib2 to h.c.google requirements (#15385)

This commit is contained in:
Ville Skyttä 2018-07-09 22:33:58 +03:00 committed by Fabian Affolter
parent 57977bcef3
commit 3b93fa80be
3 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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',
] ]

View File

@ -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