removed fastapi dep and added requirements

This commit is contained in:
edwin
2026-02-03 22:29:43 -08:00
parent f886745135
commit 552223cc6d
2 changed files with 35 additions and 20 deletions

10
app/requirements.txt Normal file
View File

@@ -0,0 +1,10 @@
fastapi
dotenv
starlette
motor
#os
logging
pathlib
pydantic
typing
datetime