# QWED Advanced Testing - Requirements

# Core testing framework
pytest>=7.4.0
pytest-timeout>=2.1.0
pytest-xdist>=3.3.0  # For parallel test execution

# API client dependencies
requests>=2.31.0
pyyaml>=6.0

# Reporting
jinja2>=3.1.2  # For HTML templating if needed

# Test utilities
freezegun>=1.2.0  # For time mocking in tests
