Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
seleniumbase>=4.22.3
|
2 |
+
gradio
|
3 |
+
Pillow
|
4 |
+
fake_useragent
|
5 |
+
undetected-chromedriver>=3.5.4
|
6 |
+
beautifulsoup4
|
7 |
+
readability-lxml
|
8 |
+
html2text
|
9 |
+
lxml[html_clean]
|