Upgrade blockchain to 1.3.1

pull/1599/head
Fabian Affolter 2016-03-24 08:00:05 +01:00
parent 38e6f8fdab
commit 2c770164f2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -31,7 +31,7 @@ astral==0.9
blinkstick==1.1.7
# homeassistant.components.sensor.bitcoin
blockchain==1.2.1
blockchain==1.3.1
# homeassistant.components.notify.xmpp
dnspython3==1.12.0