Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ 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
|
|
|
|
| 2 |
uvicorn==0.30.6
|
| 3 |
httpx==0.27.2
|
| 4 |
pydantic==2.9.2
|
| 5 |
+
g4f[all]
|
| 6 |
gunicorn>=21.2.0
|
| 7 |
curl_cffi>=0.5.10
|
| 8 |
python-dotenv>=1.0.0
|