rkihacker commited on
Commit
1f3c557
·
verified ·
1 Parent(s): 99a3b78

Create requirements.txt

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