Add the websocket library for automated tests

This commit is contained in:
Jacob Segal 2025-06-13 21:51:32 -07:00
parent 8d28c17369
commit 1316e608c9

View File

@ -1,3 +1,4 @@
pytest>=7.8.0 pytest>=7.8.0
pytest-aiohttp pytest-aiohttp
pytest-asyncio pytest-asyncio
websocket-client