Rakshitjan commited on
Commit
71e7c76
·
verified ·
1 Parent(s): f6a1998

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.103.1
2
+ uvicorn==0.23.2
3
+ python-multipart==0.0.6
4
+ pdfplumber==0.10.2
5
+ google-generativeai==0.3.2
6
+ gTTS==2.3.2
7
+ pydub==0.25.1
8
+ aiofiles==23.2.1
9
+ python-dotenv==1.0.0
10
+ requests==2.31.0