peace2024 commited on
Commit
0448876
·
1 Parent(s): 7102dd7

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ boto3
4
+ python-multipart
5
+ whisper
6
+ transformers
7
+ reportlab
8
+ requests
9
+ supabase
10
+ python-dotenv
11
+ pydantic[email]
12
+ asyncpg
13
+ sqlalchemy
14
+ databases
15
+ psycopg2-binary
16
+ passlib[bcrypt]