mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 17:17:45 -02:30
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:
@@ -70,7 +70,7 @@ setup(
|
|||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
extras_require={
|
extras_require={
|
||||||
'formatting': ['jq'],
|
'formatting': ['jq'],
|
||||||
'websockets': ['websocket-client>0.54.0'],
|
'websockets': ['websocket-client==0.57.0'],
|
||||||
'crypto': ['cryptography']
|
'crypto': ['cryptography']
|
||||||
},
|
},
|
||||||
license='Apache 2.0',
|
license='Apache 2.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user