# Test dependencies for django-trim
# Install with: pip install -r requirements-test.txt

# Core testing
pytest>=7.0.0
pytest-django>=4.5.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0  # parallel testing

# Coverage
coverage[toml]>=7.0.0

# Multi-version testing
tox>=4.0.0

# Code quality (optional)
flake8>=6.0.0
black>=23.0.0
isort>=5.12.0

# Django (install specific version as needed)
# Django>=4.2,<5.0  # Uncomment for Django 4.2
# Django>=5.0,<5.1  # Uncomment for Django 5.0
