diff --git a/homeassistant/components/sensor/gtfs.py b/homeassistant/components/sensor/gtfs.py
index 616144d2bc67cec19824b99ebd1329e7730e4f49..93e15b9cd5e27ec3cfd2f79d59da034af89b368a 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 49950f3f2e375f8cb617f9676cd69bd5bd0a777b..49e5691bb6c2c1e859d3b58072e71d3088d71b55 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