Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask==2.0.1
|
2 |
+
flask-cors==3.0.10
|
3 |
+
google-generativeai==0.3.0
|
4 |
+
edge-tts==6.1.9
|
5 |
+
gTTS==2.3.2
|
6 |
+
pygame==2.5.2
|
7 |
+
pyyaml==6.0.1
|
8 |
+
python-dotenv==1.0.0
|