# E2E和UAT测试依赖

# Playwright - 端到端测试框架
playwright==1.40.0

# HTTP客户端
httpx==0.25.2

# 数据验证
pydantic==2.5.2
pydantic-settings==2.1.0

# 测试框架
pytest==7.4.3
pytest-asyncio==0.21.1

# 日志和工具
python-dotenv==1.0.0

# 其他工具
requests==2.31.0