Updated jsonrpc-websocket to 0.6 (#13096)
Fix Kodi by updating jsonrpc-websocket to 0.6
This commit is contained in:
parent
401e92f84e
commit
991c457430
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ from homeassistant.helpers import script, config_validation as cv
|
||||||
from homeassistant.helpers.template import Template
|
from homeassistant.helpers.template import Template
|
||||||
from homeassistant.util.yaml import dump
|
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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -421,7 +421,7 @@ jsonpath==0.75
|
||||||
jsonrpc-async==0.6
|
jsonrpc-async==0.6
|
||||||
|
|
||||||
# homeassistant.components.media_player.kodi
|
# homeassistant.components.media_player.kodi
|
||||||
jsonrpc-websocket==0.5
|
jsonrpc-websocket==0.6
|
||||||
|
|
||||||
# homeassistant.scripts.keyring
|
# homeassistant.scripts.keyring
|
||||||
keyring==11.0.0
|
keyring==11.0.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue