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