updated geojson_client library to version 0.4 (#25039)

This commit is contained in:
Malte Franken 2019-07-10 03:06:10 +10:00 committed by Charles Garwood
parent 8256d72f6d
commit cf5a35a421
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
"name": "Geo json events", "name": "Geo json events",
"documentation": "https://www.home-assistant.io/components/geo_json_events", "documentation": "https://www.home-assistant.io/components/geo_json_events",
"requirements": [ "requirements": [
"geojson_client==0.3" "geojson_client==0.4"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": []

View File

@ -3,7 +3,7 @@
"name": "Nsw rural fire service feed", "name": "Nsw rural fire service feed",
"documentation": "https://www.home-assistant.io/components/nsw_rural_fire_service_feed", "documentation": "https://www.home-assistant.io/components/nsw_rural_fire_service_feed",
"requirements": [ "requirements": [
"geojson_client==0.3" "geojson_client==0.4"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": []

View File

@ -3,7 +3,7 @@
"name": "Usgs earthquakes feed", "name": "Usgs earthquakes feed",
"documentation": "https://www.home-assistant.io/components/usgs_earthquakes_feed", "documentation": "https://www.home-assistant.io/components/usgs_earthquakes_feed",
"requirements": [ "requirements": [
"geojson_client==0.3" "geojson_client==0.4"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": []

View File

@ -507,7 +507,7 @@ geniushub-client==0.4.12
# homeassistant.components.geo_json_events # homeassistant.components.geo_json_events
# homeassistant.components.nsw_rural_fire_service_feed # homeassistant.components.nsw_rural_fire_service_feed
# homeassistant.components.usgs_earthquakes_feed # homeassistant.components.usgs_earthquakes_feed
geojson_client==0.3 geojson_client==0.4
# homeassistant.components.aprs # homeassistant.components.aprs
geopy==1.19.0 geopy==1.19.0

View File

@ -126,7 +126,7 @@ gTTS-token==1.1.3
# homeassistant.components.geo_json_events # homeassistant.components.geo_json_events
# homeassistant.components.nsw_rural_fire_service_feed # homeassistant.components.nsw_rural_fire_service_feed
# homeassistant.components.usgs_earthquakes_feed # homeassistant.components.usgs_earthquakes_feed
geojson_client==0.3 geojson_client==0.4
# homeassistant.components.aprs # homeassistant.components.aprs
geopy==1.19.0 geopy==1.19.0