Skip to content

Commit ea8e54c

Browse files
committed
Resolve build failures
1 parent f2f8532 commit ea8e54c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
"async": [
4444
# async features heavily depends on aiohttp
4545
"aiohttp>=3,<4",
46+
# Socket Mode 3rd party implementation
47+
"websockets>=8,<9",
4648
],
4749
# pip install -e ".[adapter]"
4850
# NOTE: any of async ones requires pip install -e ".[async]" too
@@ -67,6 +69,8 @@
6769
# server
6870
"uvicorn<1",
6971
"gunicorn>=20,<21",
72+
# Socket Mode 3rd party implementation
73+
"websocket_client>=0.57,<1"
7074
],
7175
# pip install -e ".[testing]"
7276
"testing": test_dependencies,

tests/adapter_tests/socket_mode/test_interactions_web_client.py renamed to tests/adapter_tests/socket_mode/test_interactions_websocket_client.py

File renamed without changes.

0 commit comments

Comments
 (0)