Update requirements.txt
Browse files- requirements.txt +2 -9
requirements.txt
CHANGED
@@ -1,13 +1,6 @@
|
|
1 |
gradio>=4.0.0
|
2 |
google-generativeai>=0.3.0
|
3 |
-
google==3.0.0
|
4 |
-
requests>=2.28.0
|
5 |
-
googlesearch-python>=1.2.3
|
6 |
-
typing>=3.7.4
|
7 |
-
regex>=2022.1.18
|
8 |
-
json5>=0.9.6
|
9 |
-
gradio>=4.0.0
|
10 |
-
google-generativeai>=0.3.0
|
11 |
googlesearch-python>=1.0.1
|
12 |
requests>=2.28.0
|
13 |
-
beautifulsoup4>=4.11.0
|
|
|
|
1 |
gradio>=4.0.0
|
2 |
google-generativeai>=0.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
googlesearch-python>=1.0.1
|
4 |
requests>=2.28.0
|
5 |
+
beautifulsoup4>=4.11.0
|
6 |
+
lxml>=4.9.0
|