Seth0330 commited on
Commit
094868d
·
verified ·
1 Parent(s): 5e2088e

Create backend/requirements.txt

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +7 -0
backend/requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ python-multipart
4
+ pydantic
5
+ sqlalchemy
6
+ httpx
7
+ python-dotenv