Merge pull request #9481 from kdelee/pin_websocket

pin websocket-client lib

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2021-03-11 19:39:11 +00:00
committed by GitHub

View File

@@ -70,7 +70,7 @@ setup(
python_requires=">=3.6",
extras_require={
'formatting': ['jq'],
'websockets': ['websocket-client>0.54.0'],
'websockets': ['websocket-client==0.57.0'],
'crypto': ['cryptography']
},
license='Apache 2.0',