Spaces:
Sleeping
Sleeping
Commit
·
9f7308f
1
Parent(s):
3fb019b
Add websockets dependency to requirements for real-time communication support.
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
fastapi>=0.100.0
|
2 |
uvicorn>=0.24.0
|
|
|
3 |
pydantic>=2.4.0
|
4 |
pydantic-settings>=2.1.0
|
5 |
python-multipart>=0.0.6
|
|
|
1 |
fastapi>=0.100.0
|
2 |
uvicorn>=0.24.0
|
3 |
+
websockets>=11.0.3
|
4 |
pydantic>=2.4.0
|
5 |
pydantic-settings>=2.1.0
|
6 |
python-multipart>=0.0.6
|