fix: add websockets dependency for uvicorn WebSocket support
This commit is contained in:
parent
71cf8d2d62
commit
cbc420d22a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Reference in a new issue