Update requirements.txt
Browse files- requirements.txt +16 -4
requirements.txt
CHANGED
@@ -3,13 +3,21 @@ google-generativeai==0.3.1
|
|
3 |
gradio==5.21.0
|
4 |
pydantic==2.10.6
|
5 |
pillow==10.2.0
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
absl-py==2.1.0
|
8 |
addict==2.4.0
|
9 |
aiofiles==23.2.1
|
10 |
altair==5.3.0
|
11 |
annotated-types==0.6.0
|
12 |
-
anyio
|
13 |
attrs==23.2.0
|
14 |
basicsr==1.4.2
|
15 |
certifi==2024.2.2
|
@@ -26,6 +34,7 @@ fonttools==4.51.0
|
|
26 |
fsspec==2024.3.1
|
27 |
future==1.0.0
|
28 |
gfpgan==1.3.8
|
|
|
29 |
grpcio==1.62.2
|
30 |
h11==0.14.0
|
31 |
httpcore==1.0.5
|
@@ -55,8 +64,11 @@ opencv-python==4.9.0.80
|
|
55 |
orjson==3.10.1
|
56 |
packaging==24.0
|
57 |
pandas==2.2.2
|
|
|
58 |
platformdirs==4.2.1
|
59 |
-
protobuf
|
|
|
|
|
60 |
pydub==0.25.1
|
61 |
Pygments==2.17.2
|
62 |
pyparsing==3.1.2
|
@@ -95,4 +107,4 @@ uvicorn==0.29.0
|
|
95 |
websockets==11.0.3
|
96 |
Werkzeug==3.0.2
|
97 |
yapf==0.40.2
|
98 |
-
zipp==3.18.1
|
|
|
3 |
gradio==5.21.0
|
4 |
pydantic==2.10.6
|
5 |
pillow==10.2.0
|
6 |
+
dotenv
|
7 |
+
|
8 |
+
google-genai==1.5.0
|
9 |
+
google-generativeai==0.3.1
|
10 |
+
gradio==5.21.0
|
11 |
+
pydantic==2.10.6
|
12 |
+
pillow==10.2.0
|
13 |
+
dotenv
|
14 |
+
|
15 |
absl-py==2.1.0
|
16 |
addict==2.4.0
|
17 |
aiofiles==23.2.1
|
18 |
altair==5.3.0
|
19 |
annotated-types==0.6.0
|
20 |
+
anyio==4.3.0
|
21 |
attrs==23.2.0
|
22 |
basicsr==1.4.2
|
23 |
certifi==2024.2.2
|
|
|
34 |
fsspec==2024.3.1
|
35 |
future==1.0.0
|
36 |
gfpgan==1.3.8
|
37 |
+
gradio_client==0.16.0
|
38 |
grpcio==1.62.2
|
39 |
h11==0.14.0
|
40 |
httpcore==1.0.5
|
|
|
64 |
orjson==3.10.1
|
65 |
packaging==24.0
|
66 |
pandas==2.2.2
|
67 |
+
pillow==10.3.0
|
68 |
platformdirs==4.2.1
|
69 |
+
protobuf==4.25.3
|
70 |
+
pydantic==2.7.1
|
71 |
+
pydantic_core==2.18.2
|
72 |
pydub==0.25.1
|
73 |
Pygments==2.17.2
|
74 |
pyparsing==3.1.2
|
|
|
107 |
websockets==11.0.3
|
108 |
Werkzeug==3.0.2
|
109 |
yapf==0.40.2
|
110 |
+
zipp==3.18.1
|