Update requirements.txt
Browse files- requirements.txt +2 -8
requirements.txt
CHANGED
@@ -1,10 +1,4 @@
|
|
1 |
-
google-
|
2 |
-
gradio
|
3 |
requests
|
4 |
markdownify
|
5 |
-
|
6 |
-
Pillow # For image processing (optional)
|
7 |
-
pandas # For data analysis (optional)
|
8 |
-
matplotlib # For plotting (optional)
|
9 |
-
selenium # For browser automation (optional)
|
10 |
-
webdriver-manager # For browser automation (optional)
|
|
|
1 |
+
google-generativeai
|
|
|
2 |
requests
|
3 |
markdownify
|
4 |
+
beautifulsoup4
|
|
|
|
|
|
|
|
|
|