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