finish for init core

This commit is contained in:
2024-05-09 16:01:32 +00:00
parent ab1e864478
commit bc8815f40e
42 changed files with 520 additions and 214 deletions

View File

@ -13,6 +13,11 @@ sqlalchemy = "^2.0.29"
cryptography = "^42.0.5"
passlib = "^1.7.4"
uvicorn = {version = "^0.29.0", extras = ["standard"]}
pydantic = "^2.7.1"
pydantic-settings = "^2.2.1"
text-unidecode = "^1.3"
pyhumps = "^3.8.0"
bcrypt = "^4.1.3"
[tool.poetry.group.dev.dependencies]
ruff = "^0.4.1"