# Development requirements
Django>=3.2,<6.0
graphene-django>=3.0.0
social-auth-app-django>=5.0.0
django-filter>=24.3

# Test requirements  
coverage>=7.0
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-django>=4.5.0
pytest-asyncio>=0.21.0
django-graphql-jwt>=0.4.0
django-filter>=24.3

# Development tools
black>=22.0.0
isort>=5.10.0
flake8>=6.0.0
