Files
worklist/backend/requirements.txt
bluish 0f9fb0146e 修复依赖版本冲突
- 将 itsdangerous 版本约束从 ==2.1.2 改为 >=2.0.0 以解决与 starlette-session 的冲突
- 添加 werkzeug 依赖(密码哈希功能需要)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-31 10:15:21 +00:00

9 lines
167 B
Plaintext

fastapi==0.109.0
uvicorn[standard]==0.27.0
SQLAlchemy==2.0.21
python-dotenv==1.0.0
openai==0.28.1
itsdangerous>=2.0.0
starlette-session==0.4.1
werkzeug==3.0.1