Updated jsonrpc-websocket to 0.6 (#13096)

Fix Kodi by updating jsonrpc-websocket to 0.6
This commit is contained in:
tadly 2018-03-11 20:46:16 +01:00 committed by Paulus Schoutsen
parent 8603f1a047
commit 31130f902b
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ from homeassistant.helpers import script, config_validation as cv
from homeassistant.helpers.template import Template
from homeassistant.util.yaml import dump
REQUIREMENTS = ['jsonrpc-async==0.6', 'jsonrpc-websocket==0.5']
REQUIREMENTS = ['jsonrpc-async==0.6', 'jsonrpc-websocket==0.6']
_LOGGER = logging.getLogger(__name__)

View file

@ -421,7 +421,7 @@ jsonpath==0.75
jsonrpc-async==0.6
# homeassistant.components.media_player.kodi
jsonrpc-websocket==0.5
jsonrpc-websocket==0.6
# homeassistant.scripts.keyring
keyring==11.0.0