add fastapi endpoint + deps + update dockerfile to run service instead

This commit is contained in:
Viktor Barzin 2025-06-11 20:05:26 +00:00
parent 45af54e4e4
commit 4a65664f4a
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 549 additions and 5 deletions

View file

@ -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"