Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,6 +5,7 @@ g4f
|
|
5 |
RyuzakiLib
|
6 |
uvicorn
|
7 |
gpytranslate
|
|
|
8 |
httpx
|
9 |
serpapi
|
10 |
telegraph
|
@@ -12,7 +13,7 @@ pathlib
|
|
12 |
anyio==3.6.2
|
13 |
certifi==2023.7.22
|
14 |
click==7.1.2
|
15 |
-
fastapi
|
16 |
h11==0.14.0
|
17 |
httpcore==0.17.0
|
18 |
httptools==0.5.0
|
|
|
5 |
RyuzakiLib
|
6 |
uvicorn
|
7 |
gpytranslate
|
8 |
+
google-search-results
|
9 |
httpx
|
10 |
serpapi
|
11 |
telegraph
|
|
|
13 |
anyio==3.6.2
|
14 |
certifi==2023.7.22
|
15 |
click==7.1.2
|
16 |
+
fastapi[all]
|
17 |
h11==0.14.0
|
18 |
httpcore==0.17.0
|
19 |
httptools==0.5.0
|