# 开发依赖
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0  # 并行测试
pytest-mock>=3.10.0  # Mock支持

# 代码质量工具
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0

# 文档工具
sphinx>=6.0.0
sphinx-rtd-theme>=1.2.0

# 其他开发工具
ipython>=8.0.0
jupyter>=1.0.0 