Upgrade pylast to 1.7.0 (#5344)
parent
82b84f480b
commit
633c1408fb
|
@ -13,7 +13,7 @@ from homeassistant.helpers.entity import Entity
|
|||
from homeassistant.const import CONF_API_KEY
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['pylast==1.6.0']
|
||||
REQUIREMENTS = ['pylast==1.7.0']
|
||||
|
||||
CONF_USERS = 'users'
|
||||
|
||||
|
|
|
@ -431,7 +431,7 @@ pyicloud==0.9.1
|
|||
pyiss==1.0.1
|
||||
|
||||
# homeassistant.components.sensor.lastfm
|
||||
pylast==1.6.0
|
||||
pylast==1.7.0
|
||||
|
||||
# homeassistant.components.litejet
|
||||
pylitejet==0.1
|
||||
|
|
Loading…
Reference in New Issue