-r requirements.txt

# 测试工具
pytest>=7.0.0
pytest-cov>=4.0.0
coverage>=7.0.0

# 开发工具
black>=23.0.0
isort>=5.0.0
flake8>=6.0.0
mypy>=1.0.0

# 构建和发布工具
build>=1.0.0
twine>=4.0.0
hatchling>=1.0.0 