llamameta commited on
Commit
4af7658
·
verified ·
1 Parent(s): e71d9a4

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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]