优化鉴权系统

This commit is contained in:
2026-07-03 21:54:19 +08:00
parent 7e65fadd83
commit 98a92b83fa
11 changed files with 539 additions and 149 deletions
+2
View File
@@ -5,6 +5,8 @@ description = "A minimal persistent DeepSeek chat API"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"aiosqlite>=0.20.0",
"bcrypt>=4.0.0",
"fastapi>=0.115.0",
"httpx[socks]>=0.28.0",
"openai>=1.55.0",