Spaces:
Sleeping
Sleeping
Updated requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
Flask
|
2 |
pydub
|
3 |
google-cloud-storage
|
4 |
-
Flask-Cors
|
5 |
-
plotly
|
6 |
google-auth
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
pydub
|
2 |
google-cloud-storage
|
|
|
|
|
3 |
google-auth
|
4 |
+
plotly
|
5 |
+
vaderSentiment
|
6 |
+
scipy
|
7 |
+
json
|
8 |
+
regex
|
9 |
+
streamlit
|