charantejapolavarapu commited on
Commit
45caa98
·
verified ·
1 Parent(s): 86cda9a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -2,4 +2,7 @@ streamlit
2
  feedparser
3
  requests
4
  beautifulsoup4
 
 
 
5
  newspaper3k
 
2
  feedparser
3
  requests
4
  beautifulsoup4
5
+ # Explicitly install lxml with the html_clean extra
6
+ lxml[html_clean]
7
+ # newspaper3k needs to be listed AFTER lxml[html_clean]
8
  newspaper3k