fix: add websockets dependency for uvicorn WebSocket support

This commit is contained in:
Zac Gaetano 2026-04-05 11:59:18 -04:00
parent 71cf8d2d62
commit cbc420d22a

View file

@ -4,3 +4,4 @@ pydantic==2.5.0
APScheduler==3.10.4 APScheduler==3.10.4
python-dateutil==2.8.2 python-dateutil==2.8.2
aiofiles==23.2.1 aiofiles==23.2.1
websockets==12.0