Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
plotly
|
| 3 |
-
textblob
|
| 4 |
-
textstat
|
| 5 |
-
trafilatura
|
| 6 |
-
beautifulsoup4
|
| 7 |
-
requests
|
| 8 |
-
huggingface_hub
|
| 9 |
-
nltk
|
|
|
|
| 1 |
+
streamlit>=1.32.0
|
| 2 |
+
plotly>=5.19.0
|
| 3 |
+
textblob>=0.17.1
|
| 4 |
+
textstat>=0.7.3
|
| 5 |
+
trafilatura>=1.8.1
|
| 6 |
+
beautifulsoup4>=4.12.3
|
| 7 |
+
requests>=2.31.0
|
| 8 |
+
huggingface_hub>=0.21.0
|
| 9 |
+
nltk>=3.8.1
|