Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,15 +1,13 @@
|
|
1 |
-
|
2 |
-
pandas
|
3 |
-
streamlit==1.25.0
|
4 |
pandas==2.2.0
|
5 |
requests==2.31.0
|
6 |
beautifulsoup4==4.12.2
|
7 |
nltk==3.8.1
|
8 |
-
openai==
|
9 |
python-dateutil==2.8.2
|
10 |
plotly==5.18.0
|
11 |
python-dotenv==1.0.0
|
12 |
schedule==1.2.1
|
13 |
matplotlib==3.8.3
|
14 |
wordcloud==1.9.3
|
15 |
-
|
|
|
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.13.3
|
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
|