Files
gaokao-volunteer-system/requirements-dev.txt
Hermes Agent 7c14384fb2 feat(intake): 扩展 IntakePayload 字段集 + candidate_province 必填
IntakePayload 新增 14 个字段覆盖完整志愿填报偏好:
- 学校地域/类型偏好 (school_region_preferences / school_preference_types)
- 目标学校/不喜欢的专业 (target_schools / disliked_majors)
- 优先策略/毕业计划/学费偏好/就业地区偏好
- 家庭背景/行业资源/额外备注
- 兴趣评估三字段 (type/result/notes)
- candidate_province 提交时必填(与 portal 表单对齐)

public_flow / deletion_service 同步更新字段引用
requirements-dev: 补 httpx2 (HTTP/2 测试支持)
2026-06-25 09:26:31 +08:00

20 lines
311 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 开发/测试依赖
# 运行时依赖见 requirements-admin.txt
# 测试框架
pytest>=7.0
pytest-benchmark>=4.0
pytest-cov>=4.0
pytest-timeout>=2.1
pytest-xdist>=3.0
httpx>=0.28,<1.0
httpx2>=2.0.0
# 性能测试T11.1 / T5.2
locust>=2.42,<3.0
# 静态检查
ruff>=0.8
mypy>=1.11
types-PyYAML>=6.0.12