Add httplib2 to h.c.google requirements (#15385)
This commit is contained in:
parent
57977bcef3
commit
3b93fa80be
3 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,6 @@ Support for Google Calendar Search binary sensors.
|
|||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/binary_sensor.google_calendar/
|
||||
"""
|
||||
# pylint: disable=import-error
|
||||
import logging
|
||||
from datetime import timedelta
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ from homeassistant.util import convert, dt
|
|||
|
||||
REQUIREMENTS = [
|
||||
'google-api-python-client==1.6.4',
|
||||
'httplib2==0.10.3',
|
||||
'oauth2client==4.0.0',
|
||||
]
|
||||
|
||||
|
|
|
@ -423,6 +423,7 @@ home-assistant-frontend==20180709.0
|
|||
# homeassistant.components.homematicip_cloud
|
||||
homematicip==0.9.6
|
||||
|
||||
# homeassistant.components.google
|
||||
# homeassistant.components.remember_the_milk
|
||||
httplib2==0.10.3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue