Upgrade coinmarketcap to 4.1.1 (#9490)

This commit is contained in:
Fabian Affolter 2017-09-19 10:03:40 +02:00 committed by Pascal Vizeli
parent e41b00fb4d
commit 252ee35d61
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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