Merge pull request #1642 from robbiet480/uber-requirements-fix

Change Uber requirements to point to master repo
This commit is contained in:
Paulus Schoutsen 2016-03-29 20:54:28 -07:00
commit 79391d23ae
2 changed files with 4 additions and 6 deletions

View File

@ -11,9 +11,7 @@ from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['https://github.com/denismakogon/rides-python-sdk/archive/'
'py3-support.zip#'
'uber_rides==0.1.2-dev']
REQUIREMENTS = ['uber_rides==0.2.1']
ICON = 'mdi:taxi'

View File

@ -81,9 +81,6 @@ https://github.com/Xorso/pyalarmdotcom/archive/0.1.1.zip#pyalarmdotcom==0.1.1
# homeassistant.components.modbus
https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b612661.zip#pymodbus==1.2.0
# homeassistant.components.sensor.uber
https://github.com/denismakogon/rides-python-sdk/archive/py3-support.zip#uber_rides==0.1.2-dev
# homeassistant.components.sensor.sabnzbd
https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad59154092599278661af17e2a9f2cf5e2a9.zip#python-sabnzbd==0.1
@ -283,6 +280,9 @@ tellive-py==0.5.2
# homeassistant.components.switch.transmission
transmissionrpc==0.11
# homeassistant.components.sensor.uber
uber_rides==0.2.1
# homeassistant.components.device_tracker.unifi
unifi==1.2.4