Upgrade pylast to 3.0.0 (#19938)

This commit is contained in:
Fabian Affolter 2019-01-11 02:43:31 +01:00 committed by Paulus Schoutsen
parent ca460ace5d
commit 4c1eeb9e96
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.const import CONF_API_KEY
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['pylast==2.4.0']
REQUIREMENTS = ['pylast==3.0.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -1057,7 +1057,7 @@ pykwb==0.0.8
pylacrosse==0.3.1
# homeassistant.components.sensor.lastfm
pylast==2.4.0
pylast==3.0.0
# homeassistant.components.sensor.launch_library
pylaunches==0.2.0