Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
|
@@ -1,10 +1,6 @@
|
|
| 1 |
streamlit
|
| 2 |
feedparser
|
| 3 |
-
|
| 4 |
beautifulsoup4
|
| 5 |
-
|
| 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
|
|
|
|
| 1 |
streamlit
|
| 2 |
feedparser
|
| 3 |
+
newspaper3k
|
| 4 |
beautifulsoup4
|
| 5 |
+
requests
|
| 6 |
+
lxml
|
|
|
|
|
|
|
|
|
|
|
|