Files
gaokao-volunteer-system/requirements-dev.txt
Hermes Agent 8a61b8fe4a
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled
fix(rules): close phase15 verify and legacy checker migration
2026-06-17 09:01:43 +08:00

19 lines
297 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
# 性能测试T11.1 / T5.2
locust>=2.42,<3.0
# 静态检查
ruff>=0.8
mypy>=1.11
types-PyYAML>=6.0.12