Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
g4f>=0.3.2.3
|
| 4 |
-
|
| 5 |
-
|
| 6 |
aiohttp
|
| 7 |
curl_cffi
|
| 8 |
requests
|
| 9 |
beautifulsoup4
|
| 10 |
lxml
|
| 11 |
brotli
|
| 12 |
-
fake-useragent
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
g4f>=0.3.2.3
|
| 4 |
+
litellm
|
|
|
|
| 5 |
aiohttp
|
| 6 |
curl_cffi
|
| 7 |
requests
|
| 8 |
beautifulsoup4
|
| 9 |
lxml
|
| 10 |
brotli
|
| 11 |
+
fake-useragent
|
| 12 |
+
python-multipart
|