add fastapi endpoint + deps + update dockerfile to run service instead
This commit is contained in:
parent
45af54e4e4
commit
4a65664f4a
4 changed files with 549 additions and 5 deletions
|
|
@ -25,6 +25,7 @@ sqlmodel = "^0.0.24"
|
|||
alembic = "^1.16.1"
|
||||
sqlalchemy = {extras = ["asyncio"], version = "^2.0.41"}
|
||||
tenacity = "^9.1.2"
|
||||
fastapi = {extras = ["standard"], version = "^0.115.12"}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ipdb = "^0.13.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue