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:
Elijah DeLee 2021-03-04 11:09:32 -05:00
parent 6aab88259a
commit 88a91cfeba

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',