mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Increasing python-websockets' version number (#16578)
* increasing python-websockets' version number so now it works with python 3.7 * required version for websockets increased to work with Python 3.7 * script/gen_requirements_all.py is done
This commit is contained in:
parent
501f2b0a93
commit
77026a2242
@ -24,7 +24,7 @@ from homeassistant.const import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.script import Script
|
from homeassistant.helpers.script import Script
|
||||||
|
|
||||||
REQUIREMENTS = ['pylgtv==0.1.7', 'websockets==3.2']
|
REQUIREMENTS = ['pylgtv==0.1.7', 'websockets==6.0']
|
||||||
|
|
||||||
_CONFIGURING = {} # type: Dict[str, str]
|
_CONFIGURING = {} # type: Dict[str, str]
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -20,7 +20,7 @@ from homeassistant.const import (
|
|||||||
from homeassistant.helpers import discovery
|
from homeassistant.helpers import discovery
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['websockets==3.2']
|
REQUIREMENTS = ['websockets==6.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1480,7 +1480,7 @@ websocket-client==0.37.0
|
|||||||
|
|
||||||
# homeassistant.components.spc
|
# homeassistant.components.spc
|
||||||
# homeassistant.components.media_player.webostv
|
# homeassistant.components.media_player.webostv
|
||||||
websockets==3.2
|
websockets==6.0
|
||||||
|
|
||||||
# homeassistant.components.wirelesstag
|
# homeassistant.components.wirelesstag
|
||||||
wirelesstagpy==0.3.0
|
wirelesstagpy==0.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user