# 测试依赖

# 核心测试框架
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0

# HTTP测试
httpx==0.25.2

# 数据库测试
aiosqlite==0.19.0

# Mock和Fixture
pytest-mock==3.12.0
faker==20.1.0

# 代码质量
flake8==6.1.0
black==23.12.1
mypy==1.7.1

