# 开发环境依赖
-r requirements.txt

# 测试框架
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-benchmark>=4.0.0

# 代码质量
black>=22.0.0
flake8>=5.0.0
mypy>=1.0.0

# 文档生成
sphinx>=5.0.0
sphinx-rtd-theme>=1.2.0

# 性能分析
memory-profiler>=0.60.0
line-profiler>=4.0.0

# 构建工具
Cython>=0.29.0
setuptools>=65.0.0
wheel>=0.38.0