feat: 实现起卦、设置与积分系统

This commit is contained in:
qzl
2026-04-03 16:56:47 +08:00
parent 31594558eb
commit f245eec5f6
170 changed files with 20728 additions and 328 deletions
+4
View File
@@ -4,14 +4,18 @@ version = "0.1.0"
description = "觅爻签问后端服务"
requires-python = ">=3.12"
dependencies = [
"ag-ui-protocol==0.1.13",
"agentscope>=1.0.18",
"alembic==1.18.4",
"asyncpg==0.30.0",
"cryptography==46.0.3",
"dashscope>=1.25.15",
"email-validator==2.3.0",
"fastapi==0.135.1",
"pydantic==2.12.5",
"pydantic-settings==2.13.1",
"pyjwt==2.11.0",
"python-multipart>=0.0.22",
"pyyaml==6.0.3",
"redis==7.2.1",
"sqlalchemy[asyncio]==2.0.48",