fix: add normal login support

This commit is contained in:
2025-07-05 14:35:25 +08:00
parent 596e322696
commit 17ec80652c
9 changed files with 212 additions and 144 deletions

View File

@ -3,13 +3,14 @@ name = "acmchat-dashboard"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10.12"
requires-python = ">=3.12.10"
dependencies = [
"aiosqlite>=0.21.0",
"fastapi>=0.115.13",
"fastapi>=0.115.14",
"itsdangerous>=2.2.0",
"jinja2>=3.1.6",
"loguru>=0.7.3",
"pydantic>=2.11.7",
"python-multipart>=0.0.20",
"ruff>=0.12.0",
"uvicorn>=0.34.3",
"uvicorn>=0.35.0",
]