# =============================================================================
# {{ project_name }} - Requirements
# =============================================================================
# Generated by ADEMA Framework
# =============================================================================

# Core Django
Django>=4.2
python-dotenv>=1.0.0

# ADEMA Framework
django-adema>=0.1.0

# Database
psycopg2-binary>=2.9.9

# Production Server
gunicorn>=21.0.0
whitenoise>=6.6.0

# =============================================================================
# Optional Dependencies (uncomment as needed)
# =============================================================================

# REST API (uncomment if needed)
# djangorestframework>=3.14.0
# django-cors-headers>=4.3.0
# drf-spectacular>=0.26.0

# Authentication
# django-allauth>=0.58.0
# djangorestframework-simplejwt>=5.3.0

# Admin Enhancements
# django-jazzmin>=2.6.0
# django-import-export>=3.3.0

# Async Tasks (Celery - uncomment if needed)
# celery>=5.3.0
# redis>=5.0.0
# django-celery-beat>=2.5.0
# django-celery-results>=2.5.0

# File Storage
# django-storages>=1.14.0
# boto3>=1.29.0

# Debug (Development only)
# django-debug-toolbar>=4.2.0
# django-extensions>=3.2.0

# Testing
# pytest>=7.4.0
# pytest-django>=4.5.0
# pytest-cov>=4.1.0
# factory-boy>=3.3.0
