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:
Zoé Bőle 2018-09-12 12:44:14 +02:00 committed by Pascal Vizeli
parent 501f2b0a93
commit 77026a2242
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ from homeassistant.const import (
import homeassistant.helpers.config_validation as cv
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]
_LOGGER = logging.getLogger(__name__)

View File

@ -20,7 +20,7 @@ from homeassistant.const import (
from homeassistant.helpers import discovery
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['websockets==3.2']
REQUIREMENTS = ['websockets==6.0']
_LOGGER = logging.getLogger(__name__)

View File

@ -1480,7 +1480,7 @@ websocket-client==0.37.0
# homeassistant.components.spc
# homeassistant.components.media_player.webostv
websockets==3.2
websockets==6.0
# homeassistant.components.wirelesstag
wirelesstagpy==0.3.0