Done for Login and notification system

This commit is contained in:
2024-05-30 14:35:48 +00:00
parent d5c967d2e5
commit 9400113a57
52 changed files with 2204 additions and 616 deletions

View File

@ -19,6 +19,8 @@ text-unidecode = "^1.3"
pyhumps = "^3.8.0"
bcrypt = "^4.1.3"
alembic = "^1.13.1"
python-multipart = "^0.0.9"
pyjwt = "^2.8.0"
[tool.poetry.group.dev.dependencies]
ruff = "^0.4.1"