Files
gaokao-volunteer-system/requirements-dev.txt

23 lines
390 B
Plaintext
Raw Normal View History

# 开发/测试依赖
# 运行时依赖见 requirements-admin.txt
# 测试框架
pytest>=7.0
2026-06-13 14:49:58 +08:00
pytest-benchmark>=4.0
pytest-cov>=4.0
pytest-timeout>=2.1
pytest-xdist>=3.0
2026-06-13 14:49:58 +08:00
httpx>=0.28,<1.0
httpx2>=2.0.0
2026-06-13 14:49:58 +08:00
# 性能测试T11.1 / T5.2
locust>=2.42,<3.0
# 静态检查
ruff>=0.8
mypy>=1.11
types-PyYAML>=6.0.12
types-Markdown
# Markdown 渲染(隐私政策/服务条款页面)
markdown