From 5995c6a2aca933917231cb1191e3831a13e642e7 Mon Sep 17 00:00:00 2001
From: Andrey <andrey-git@users.noreply.github.com>
Date: Sun, 15 Jul 2018 22:32:20 +0300
Subject: [PATCH] Switch to own packaged version of pygtfs (#15040)

---
 homeassistant/components/sensor/gtfs.py | 4 +---
 requirements_all.txt                    | 6 +++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/homeassistant/components/sensor/gtfs.py b/homeassistant/components/sensor/gtfs.py
index 616144d2bc6..93e15b9cd5e 100644
--- a/homeassistant/components/sensor/gtfs.py
+++ b/homeassistant/components/sensor/gtfs.py
@@ -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__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index 49950f3f2e3..49e5691bb6c 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -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
 
-- 
GitLab