Asma-yaseen commited on
Commit
f73b927
·
verified ·
1 Parent(s): fb52fe5

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ fastapi[standard]>=0.115.0
2
+ passlib[bcrypt]>=1.7.4
3
+ psycopg2-binary>=2.9.11
4
+ pyjwt>=2.9.0
5
+ python-multipart>=0.0.21
6
+ sqlmodel>=0.0.31
7
+ python-dotenv>=1.0.0
8
+ uvicorn>=0.30.0