Upgrade blockchain to 1.2.1

This commit is contained in:
Fabian Affolter 2016-01-26 23:53:30 +01:00
parent b13e48bd71
commit 06cf07b097
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ from homeassistant.util import Throttle
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['blockchain==1.1.2']
REQUIREMENTS = ['blockchain==1.2.1']
_LOGGER = logging.getLogger(__name__)
OPTION_TYPES = {
'wallet': ['Wallet balance', 'BTC'],

View file

@ -138,7 +138,7 @@ https://github.com/Danielhiversen/pyRFXtrx/archive/0.2.zip#RFXtrx==0.2
# RPi.GPIO==0.6.1
# homeassistant.components.sensor.bitcoin
blockchain==1.1.2
blockchain==1.2.1
# homeassistant.components.sensor.cpuspeed
py-cpuinfo==0.1.6