# API Test Automation - Dependencies
# 基础HTTP客户端
requests>=2.28.0
httpx>=0.24.0
aiohttp>=3.8.0

# 测试框架
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-html>=3.2.0
pytest-cov>=4.1.0

# 契约测试
schemathesis>=3.19.0
hypothesis>=6.82.0
jsonschema>=4.19.0

# Mock服务
starlette>=0.27.0
uvicorn>=0.23.0

# 报告生成
allure-pytest>=2.13.0
Jinja2>=3.1.0

# 工具库
pyyaml>=6.0
python-dotenv>=1.0.0
tenacity>=8.2.0

# 类型支持
pydantic>=2.0.0
typing-extensions>=4.7.0
