SarahXia0405 commited on
Commit
4a5765a
·
verified ·
1 Parent(s): bc864e6

Create backend/requirements.txt

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +3 -0
backend/requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ fastapi==0.115.0
2
+ uvicorn[standard]==0.30.6
3
+ pydantic==2.8.2