Upgrade locationsharinglib to 3.0.3 (#17010)

* Upgrade locationsharinglib to 3.0.3

* Revert change from #16969
This commit is contained in:
Fabian Affolter 2018-10-01 10:55:16 +02:00 committed by Paulus Schoutsen
parent 6159f8b0ce
commit 9edf1e5151
4 changed files with 2 additions and 6 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.helpers.event import track_time_interval
from homeassistant.helpers.typing import ConfigType from homeassistant.helpers.typing import ConfigType
from homeassistant.util import slugify, dt as dt_util from homeassistant.util import slugify, dt as dt_util
REQUIREMENTS = ['locationsharinglib==3.0.2'] REQUIREMENTS = ['locationsharinglib==3.0.3']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -558,7 +558,7 @@ liveboxplaytv==2.0.2
lmnotify==0.0.4 lmnotify==0.0.4
# homeassistant.components.device_tracker.google_maps # homeassistant.components.device_tracker.google_maps
locationsharinglib==3.0.2 locationsharinglib==3.0.3
# homeassistant.components.logi_circle # homeassistant.components.logi_circle
logi_circle==0.1.7 logi_circle==0.1.7

View File

@ -103,9 +103,6 @@ libpurecoollink==0.4.2
# homeassistant.components.media_player.soundtouch # homeassistant.components.media_player.soundtouch
libsoundtouch==0.7.2 libsoundtouch==0.7.2
# homeassistant.components.device_tracker.google_maps
locationsharinglib==3.0.2
# homeassistant.components.sensor.mfi # homeassistant.components.sensor.mfi
# homeassistant.components.switch.mfi # homeassistant.components.switch.mfi
mficlient==0.3.0 mficlient==0.3.0

View File

@ -63,7 +63,6 @@ TEST_REQUIREMENTS = (
'influxdb', 'influxdb',
'libpurecoollink', 'libpurecoollink',
'libsoundtouch', 'libsoundtouch',
'locationsharinglib',
'mficlient', 'mficlient',
'numpy', 'numpy',
'paho-mqtt', 'paho-mqtt',