Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
flask
|
2 |
-
gunicorn
|
3 |
-
requests
|
4 |
-
pandas
|
5 |
-
numpy
|
6 |
-
datetime
|
7 |
-
plotly
|
8 |
-
googletrans
|
|
|
|
1 |
+
flask
|
2 |
+
gunicorn
|
3 |
+
requests
|
4 |
+
pandas
|
5 |
+
numpy
|
6 |
+
datetime
|
7 |
+
plotly
|
8 |
+
googletrans
|
9 |
+
python-dotenv
|