Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -2,7 +2,9 @@ streamlit
|
|
| 2 |
feedparser
|
| 3 |
requests
|
| 4 |
beautifulsoup4
|
| 5 |
-
# Explicitly install lxml
|
| 6 |
-
lxml
|
| 7 |
-
#
|
|
|
|
|
|
|
| 8 |
newspaper3k
|
|
|
|
| 2 |
feedparser
|
| 3 |
requests
|
| 4 |
beautifulsoup4
|
| 5 |
+
# Explicitly install lxml
|
| 6 |
+
lxml
|
| 7 |
+
# Install the separate lxml_html_clean project
|
| 8 |
+
lxml_html_clean
|
| 9 |
+
# newspaper3k needs to be listed AFTER its lxml dependencies
|
| 10 |
newspaper3k
|