Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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
|