mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
pin websocket-client lib
They've made breaking changes that is going to take some deeper investigation to update awxkit to use This is only used for development purposes, and should have not impact on the "awx" cli entry point
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