Switch to own packaged version of pygtfs (#15040)

This commit is contained in:
Andrey 2018-07-15 22:32:20 +03:00 committed by Paulus Schoutsen
parent ed0cfc4f31
commit 5995c6a2ac
2 changed files with 4 additions and 6 deletions

View File

@ -16,9 +16,7 @@ from homeassistant.const import CONF_NAME
from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ["https://github.com/robbiet480/pygtfs/archive/"
"00546724e4bbcb3053110d844ca44e2246267dd8.zip#"
"pygtfs==0.1.3"]
REQUIREMENTS = ['pygtfs-homeassistant==0.1.3.dev0']
_LOGGER = logging.getLogger(__name__)

View File

@ -427,9 +427,6 @@ homematicip==0.9.8
# homeassistant.components.remember_the_milk
httplib2==0.10.3
# homeassistant.components.sensor.gtfs
https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e2246267dd8.zip#pygtfs==0.1.3
# homeassistant.components.hydrawise
hydrawiser==0.1.1
@ -837,6 +834,9 @@ pygatt==3.2.0
# homeassistant.components.cover.gogogate2
pygogogate2==0.1.1
# homeassistant.components.sensor.gtfs
pygtfs-homeassistant==0.1.3.dev0
# homeassistant.components.remote.harmony
pyharmony==1.0.20