Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +21 -21
requirements.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
-
streamlit==1.31.1
|
2 |
-
beautifulsoup4==4.12.2
|
3 |
-
requests==2.31.0
|
4 |
-
pandas==2.2.0
|
5 |
-
nltk==3.8.1
|
6 |
-
transformers==4.37.2
|
7 |
-
torch==2.2.0
|
8 |
-
fastapi==0.109.2
|
9 |
-
uvicorn==0.27.1
|
10 |
-
python-multipart==0.0.6
|
11 |
-
gTTS==2.5.0
|
12 |
-
scikit-learn==1.4.0
|
13 |
-
numpy==1.26.3
|
14 |
-
python-dotenv==1.0.1
|
15 |
-
aiofiles==23.2.1
|
16 |
-
googletrans==
|
17 |
-
lxml==4.9.3
|
18 |
-
spacy==3.7.2
|
19 |
-
plotly==5.18.0
|
20 |
-
textblob==0.17.1
|
21 |
-
vaderSentiment==3.3.2
|
|
|
1 |
+
streamlit==1.31.1
|
2 |
+
beautifulsoup4==4.12.2
|
3 |
+
requests==2.31.0
|
4 |
+
pandas==2.2.0
|
5 |
+
nltk==3.8.1
|
6 |
+
transformers==4.37.2
|
7 |
+
torch==2.2.0
|
8 |
+
fastapi==0.109.2
|
9 |
+
uvicorn==0.27.1
|
10 |
+
python-multipart==0.0.6
|
11 |
+
gTTS==2.5.0
|
12 |
+
scikit-learn==1.4.0
|
13 |
+
numpy==1.26.3
|
14 |
+
python-dotenv==1.0.1
|
15 |
+
aiofiles==23.2.1
|
16 |
+
googletrans-py==4.0.0-rc1
|
17 |
+
lxml==4.9.3
|
18 |
+
spacy==3.7.2
|
19 |
+
plotly==5.18.0
|
20 |
+
textblob==0.17.1
|
21 |
+
vaderSentiment==3.3.2
|