Spaces:
Build error
Build error
Create Requirements.txt
Browse files- Requirements.txt +4 -0
Requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.95.0
|
2 |
+
uvicorn==0.21.1
|
3 |
+
python-multipart==0.0.6
|
4 |
+
websockets==10.4
|