Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
pandas
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.31.0
|
| 2 |
+
pandas==2.2.0
|
| 3 |
+
requests==2.31.0
|
| 4 |
+
beautifulsoup4==4.12.2
|
| 5 |
+
nltk==3.8.1
|
| 6 |
+
openai>=1.0.0
|
| 7 |
+
python-dateutil==2.8.2
|
| 8 |
+
plotly==5.18.0
|
| 9 |
+
python-dotenv==1.0.0
|
| 10 |
+
schedule==1.2.1
|
| 11 |
+
matplotlib==3.8.3
|
| 12 |
+
wordcloud==1.9.3
|
| 13 |
+
konlpy==0.6.0
|
| 14 |
+
kss>=3.7.0 # Korean Sentence Splitter
|