s21s2 commited on
Commit
d3cfb3e
·
verified ·
1 Parent(s): 6233136

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ fastapi>=0.104.1
2
+ httpx[http2]>=0.25.2
3
+ pydantic>=2.5.2
4
+ uvicorn>=0.24.0