Feature/gearbest library update (Closes: #14813) (#14833)

This commit is contained in:
Roman 2018-06-06 11:38:50 +02:00 committed by Sebastian Muszynski
parent fa2e6ada26
commit 6d26915c69
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from homeassistant.helpers.entity import Entity
from homeassistant.helpers.event import track_time_interval
from homeassistant.const import (CONF_NAME, CONF_ID, CONF_URL, CONF_CURRENCY)
REQUIREMENTS = ['gearbest_parser==1.0.5']
REQUIREMENTS = ['gearbest_parser==1.0.7']
_LOGGER = logging.getLogger(__name__)
CONF_ITEMS = 'items'

View File

@ -344,7 +344,7 @@ gTTS-token==1.1.1
# gattlib==0.20150805
# homeassistant.components.sensor.gearbest
gearbest_parser==1.0.5
gearbest_parser==1.0.7
# homeassistant.components.sensor.gitter
gitterpy==0.1.7