Merge pull request #1008 from fabaff/blockchain-upgrade

Upgrade blockchain to 1.2.1
pull/1012/head
Paulus Schoutsen 2016-01-26 17:47:14 -08:00
commit 33a9ec0106
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