feat: integrate API lifecycle with teardown and update dependencies

This commit is contained in:
2026-04-07 23:30:08 -04:00
parent a9c7ddec2b
commit 1f5c6604d6
4 changed files with 36 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ dependencies = [
"uvicorn>=0.29.0",
"aiosqlite>=0.20.0",
"PyJWT>=2.8.0",
"bcrypt>=4.1.0",
"psutil>=5.9.0",
"httpx>=0.27.0",
]
[project.scripts]