Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.0
|
2 |
+
pillow>=9.0
|
3 |
+
pandas>=1.5
|
4 |
+
requests>=2.28
|
5 |
+
cloudscraper>=1.2.60
|
6 |
+
selenium>=4.5
|
7 |
+
webdriver-manager>=3.8
|
8 |
+
openpyxl>=3.0
|