mirror of
https://github.com/ansible/awx.git
synced 2026-04-12 21:49:24 -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",
|
||||
extras_require={
|
||||
'formatting': ['jq'],
|
||||
'websockets': ['websocket-client>0.54.0'],
|
||||
'websockets': ['websocket-client==0.57.0'],
|
||||
'crypto': ['cryptography']
|
||||
},
|
||||
license='Apache 2.0',
|
||||
|
||||
Reference in New Issue
Block a user