Add DB version with alimbic and add log system

This commit is contained in:
2024-05-11 15:16:16 +00:00
parent 392dee8640
commit a7e31b8ca9
24 changed files with 1131 additions and 137 deletions

@ -18,9 +18,12 @@ pydantic-settings = "^2.2.1"
text-unidecode = "^1.3"
pyhumps = "^3.8.0"
bcrypt = "^4.1.3"
alembic = "^1.13.1"
[tool.poetry.group.dev.dependencies]
ruff = "^0.4.1"
rich = "^13.7.1"
pylint = "^3.1.0"
[build-system]
requires = ["poetry-core"]