# ============================================
# THE CLUB ERP — Base Requirements
# ============================================

# Django Core
Django==5.1
djangorestframework==3.15.2
djangorestframework-simplejwt==5.3.1
django-filter==24.3
django-cors-headers==4.4.0

# History & Audit
django-simple-history==3.7.0
django-auditlog==3.0.0

# Permissions
django-guardian==2.4.0

# State Machine
django-fsm==3.0.0

# Storage
django-storages==1.14.4
boto3==1.35.0

# Admin Enhancements
django-json-widget==2.0.1
django-import-export==4.1.1

# Celery
celery==5.4.0
celery[redis]==5.4.0
django-celery-beat==2.6.0
flower==2.0.1

# Cache / Broker
redis==5.0.8

# Database
psycopg[binary]==3.2.1

# PDF Generation
WeasyPrint==62.3

# Excel
openpyxl==3.1.5

# QR Code
qrcode==7.4.2
Pillow==10.4.0

# Utilities
python-dateutil==2.9.0
jsonschema==4.23.0
bcrypt==4.2.0

# ASGI / WebSockets
channels==4.1.0
channels-redis==4.2.0
uvicorn[standard]==0.30.6

# Static files
whitenoise==6.7.0