Working version

This commit is contained in:
Eden Kirin
2023-08-26 14:38:33 +02:00
parent f4882cfb0c
commit 7f1acec1af
16 changed files with 598 additions and 77 deletions

View File

@ -12,6 +12,7 @@ litestar = "^2.0.1"
uvicorn = "^0.23.2"
sqlalchemy = "^2.0.20"
asyncpg = "^0.28.0"
pydantic = "<2.0"
[tool.poetry.group.dev.dependencies]