Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
openpyxl>=3.0.0
|
|
|
1 |
+
gradio==4.12.0
|
2 |
+
selenium==4.15.2
|
3 |
+
beautifulsoup4==4.12.2
|
4 |
+
pandas==2.1.4
|
5 |
+
requests==2.31.0
|
6 |
+
webdriver-manager==4.0.1
|
|