-r base.txt

# 开发工具
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
httpx==0.25.2

# 代码质量
black==23.11.0
isort==5.12.0
flake8==6.1.0
mypy==1.7.1

# 调试工具
ipython==8.17.2
ipdb==0.13.13

# 文档生成
mkdocs==1.5.3
mkdocs-material==9.4.8