# Development dependencies for djinsight

# Testing
pytest>=6.0
pytest-django>=4.0
pytest-cov>=3.0
factory-boy>=3.0

# Code quality
black>=22.0
flake8>=4.0
isort>=5.0
mypy>=0.900

# Documentation
sphinx>=4.0
sphinx-rtd-theme>=1.0

# Development tools
pre-commit>=2.0
tox>=3.0

# Django and Wagtail (for testing)
Django>=3.2,<5.0
wagtail>=3.0,<6.0

# Redis and Celery
redis>=4.0.0
celery>=5.0.0
django-environ>=0.9.0

# Additional testing tools
coverage>=6.0
mock>=4.0 