# Development dependencies
# 安装：pip install -r requirements-dev.txt

# 测试框架
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
pytest-httpx>=0.28.0
pytest-mock>=3.11.0

# 代码质量
black>=23.0.0
isort>=5.12.0
mypy>=1.5.0
pre-commit>=3.4.0
ruff>=0.1.0
bandit>=1.7.0

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

# 环境变量管理（测试用）
python-dotenv>=1.0.0