# DryClean360 - Production dependencies
Django>=5.1,<6
djangorestframework>=3.15,<4
psycopg2-binary>=2.9,<3
PyMySQL>=1.1,<2
python-decouple>=3.8
Pillow>=10.0
django-htmx>=1.17
whitenoise>=6.6

# Background tasks (used in later modules)
celery>=5.3,<6
redis>=5.0,<6

# PDF generation (Module 10)
weasyprint>=62.0

# AI damage detection (Module 8)
opencv-python-headless>=4.9
scikit-image>=0.22
numpy>=1.26

openpyxl>=3.1

# Reports export (Module 12)
reportlab>=4.0

# Production server
gunicorn>=22.0
