新功能:个性化推荐算法

This commit is contained in:
吕新雨
2026-02-02 16:47:37 +08:00
parent 936094211b
commit 6dc4e2b943
119 changed files with 7427 additions and 357 deletions

View File

@@ -5,6 +5,7 @@ uvicorn[standard]>=0.27
SQLAlchemy>=2.0
aiomysql>=0.2
greenlet>=3.0
aiosqlite>=0.20
# 配置
pydantic>=2.6
@@ -19,3 +20,5 @@ redis>=5.0
# 测试
pytest>=8.0
pytest-asyncio>=0.23
httpx>=0.27