quantum-drive commited on
Commit
e61ac27
·
verified ·
1 Parent(s): c9c065e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.109.0
2
+ uvicorn[standard]==0.27.0
3
+ python-dotenv==1.0.0
4
+ google-generativeai==0.8.5
5
+ gtts==2.5.0
6
+ SpeechRecognition==3.10.1
7
+ pydub==0.25.1
8
+ firebase-admin==6.2.0
9
+ python-multipart==0.0.6
10
+ httpx==0.27.0
11
+ pydantic==2.5.3
12
+ markdown