Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
g4f
|
4 |
+
requests
|
5 |
+
pillow
|
6 |
+
python-multipart
|
7 |
+
httpx
|
8 |
+
aiohttp
|
9 |
+
websockets
|