We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f8532 commit ea8e54cCopy full SHA for ea8e54c
setup.py
@@ -43,6 +43,8 @@
43
"async": [
44
# async features heavily depends on aiohttp
45
"aiohttp>=3,<4",
46
+ # Socket Mode 3rd party implementation
47
+ "websockets>=8,<9",
48
],
49
# pip install -e ".[adapter]"
50
# NOTE: any of async ones requires pip install -e ".[async]" too
@@ -67,6 +69,8 @@
67
69
# server
68
70
"uvicorn<1",
71
"gunicorn>=20,<21",
72
73
+ "websocket_client>=0.57,<1"
74
75
# pip install -e ".[testing]"
76
"testing": test_dependencies,
…ket_mode/test_interactions_web_client.py …de/test_interactions_websocket_client.pytests/adapter_tests/socket_mode/test_interactions_web_client.py renamed to tests/adapter_tests/socket_mode/test_interactions_websocket_client.py
0 commit comments