Fix Qliksense import (#12849)

This commit is contained in:
Ayush Shah 2023-08-11 12:28:05 +05:30 committed by GitHub
parent b6eb51d503
commit 8776069940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ plugins: Dict[str, Set[str]] = {
VERSIONS["packaging"],
},
"powerbi": {VERSIONS["msal"]},
"qliksense": {"websockets~=11.0.3"},
"qliksense": {"websocket-client~=1.6.1"},
"presto": {*COMMONS["hive"]},
"pymssql": {"pymssql==2.2.5"},
"quicksight": {VERSIONS["boto3"]},