Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flask
|
| 2 |
+
gunicorn
|
| 3 |
+
requests
|
| 4 |
+
pandas
|
| 5 |
+
numpy
|
| 6 |
+
datetime
|
| 7 |
+
plotly
|
| 8 |
+
googletrans
|
| 9 |
+
python-dotenv
|
| 10 |
+
gtts
|
| 11 |
+
pyttsx3
|