Upgrade coinmarketcap to 4.1.1 (#9490)
parent
e41b00fb4d
commit
252ee35d61
|
@ -15,7 +15,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
|
|||
from homeassistant.const import ATTR_ATTRIBUTION, CONF_CURRENCY
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['coinmarketcap==3.0.1']
|
||||
REQUIREMENTS = ['coinmarketcap==4.1.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@ buienradar==0.9
|
|||
ciscosparkapi==0.4.2
|
||||
|
||||
# homeassistant.components.sensor.coinmarketcap
|
||||
coinmarketcap==3.0.1
|
||||
coinmarketcap==4.1.1
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==3.0.1
|
||||
|
|
Loading…
Reference in New Issue