# Python依赖包 # 测试框架 pytest==7.4.3 pytest-asyncio==0.21.1 pytest-cov==4.1.0 pytest-xdist==3.5.0 # Playwright playwright==1.40.0 # HTTP客户端 httpx==0.25.2 requests==2.31.0 # 数据处理 pydantic==2.5.2 pydantic-settings==2.1.0 faker==20.1.0 # 配置管理 python-dotenv==1.0.0 pyyaml==6.0.1 # 测试报告 allure-pytest==2.13.2 # 工具库 loguru==0.7.2