Amaranath commited on
Commit
694394c
·
verified ·
1 Parent(s): fcaf142

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ httpx==0.25.2
4
+ python-multipart==0.0.6
5
+ python-jose[cryptography]==3.3.0
6
+ python-dotenv==1.0.0
7
+ pydantic==2.5.0