Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
gradio
|
2 |
google-genai
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
1 |
google-genai
|
2 |
+
gradio
|
3 |
+
requests
|
4 |
+
markdownify
|
5 |
+
urllib3
|
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)
|