Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
-
fastapi=
|
| 2 |
-
uvicorn=
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
aiohttp>=3.9.0
|
| 7 |
-
curl_cffi>=0.5.10
|
|
|
|
| 1 |
+
fastapi>=0.111.0
|
| 2 |
+
uvicorn[standard]>=0.29.0
|
| 3 |
+
g4f>=0.3.0
|
| 4 |
+
httpx>=0.27.0
|
| 5 |
+
pydantic>=2.0.0
|
|
|
|
|
|