17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
# 开发/测试依赖
|
||
# 锁定最小集:仅测试所需,避免污染运行时环境
|
||
#
|
||
# 运行时(生产)依赖:本项目为纯标准库实现,无第三方运行时依赖
|
||
# 详见 README.md "无第三方依赖" 章节
|
||
|
||
# 测试框架
|
||
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
|