Upgrade georss_client to 0.4 (#18088)

* update geojson_client to 0.3

* update georss_client to 0.4
This commit is contained in:
Malte Franken 2018-11-02 02:32:21 +11:00 committed by Fabian Affolter
parent 65e6c50748
commit 83e83520e6
5 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@ from homeassistant.helpers.dispatcher import (
async_dispatcher_connect, dispatcher_send)
from homeassistant.helpers.event import track_time_interval
REQUIREMENTS = ['geojson_client==0.1']
REQUIREMENTS = ['geojson_client==0.3']
_LOGGER = logging.getLogger(__name__)

View File

@ -21,7 +21,7 @@ from homeassistant.helpers.dispatcher import (
async_dispatcher_connect, dispatcher_send)
from homeassistant.helpers.event import track_time_interval
REQUIREMENTS = ['geojson_client==0.1']
REQUIREMENTS = ['geojson_client==0.3']
_LOGGER = logging.getLogger(__name__)

View File

@ -20,7 +20,7 @@ from homeassistant.const import (
CONF_LATITUDE, CONF_LONGITUDE, CONF_RADIUS, CONF_URL)
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['georss_client==0.3']
REQUIREMENTS = ['georss_client==0.4']
_LOGGER = logging.getLogger(__name__)

View File

@ -410,10 +410,10 @@ geizhals==0.0.7
# homeassistant.components.geo_location.geo_json_events
# homeassistant.components.geo_location.nsw_rural_fire_service_feed
geojson_client==0.1
geojson_client==0.3
# homeassistant.components.sensor.geo_rss_events
georss_client==0.3
georss_client==0.4
# homeassistant.components.sensor.gitter
gitterpy==0.1.7

View File

@ -76,10 +76,10 @@ gTTS-token==1.1.2
# homeassistant.components.geo_location.geo_json_events
# homeassistant.components.geo_location.nsw_rural_fire_service_feed
geojson_client==0.1
geojson_client==0.3
# homeassistant.components.sensor.geo_rss_events
georss_client==0.3
georss_client==0.4
# homeassistant.components.ffmpeg
ha-ffmpeg==1.9