# Test dependencies for pr-comment-analysis bot filtering tests
#
# Install with: pip install -r requirements.txt

# Testing framework
pytest>=7.4.0
pytest-mock>=3.12.0
pytest-cov>=4.1.0

# HTML parsing (for bot comment filtering)
beautifulsoup4>=4.12.0

# Code quality
pytest-flake8>=1.1.1
pytest-black>=0.3.12

# Performance testing
pytest-benchmark>=4.0.0
