# FilterMate Test Requirements

# Testing framework
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.11.1
pytest-qt>=4.2.0

# Code quality
flake8>=6.1.0
black>=23.7.0
pylint>=2.17.5

# Type checking
mypy>=1.5.0

# Test utilities
coverage>=7.3.0
