Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
g4f
|
|
|
|
| 6 |
curl_cffi>=0.5.10
|
| 7 |
python-dotenv>=1.0.0
|
| 8 |
aiohttp>=3.9.0
|
| 9 |
-
requests
|
| 10 |
-
colorlog>=6.7.0
|
| 11 |
-
httpx
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn==0.30.6
|
| 3 |
+
httpx==0.27.2
|
| 4 |
+
pydantic==2.9.2
|
| 5 |
g4f
|
| 6 |
+
gunicorn>=21.2.0
|
| 7 |
curl_cffi>=0.5.10
|
| 8 |
python-dotenv>=1.0.0
|
| 9 |
aiohttp>=3.9.0
|
| 10 |
+
requests
|
|
|
|
|
|