Upgrade coinmarketcap to 4.2.1 (#11953)

This commit is contained in:
Fabian Affolter 2018-01-27 20:59:33 +01:00 committed by Paulus Schoutsen
parent 0c008663ad
commit f08fd8182c
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ from homeassistant.const import (
ATTR_ATTRIBUTION, CONF_CURRENCY, CONF_DISPLAY_CURRENCY)
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['coinmarketcap==4.1.2']
REQUIREMENTS = ['coinmarketcap==4.2.1']
_LOGGER = logging.getLogger(__name__)