# HAVEN GRAZURI INVESTMENT LIMITED- Minimal cPanel Requirements # Only essential packages to avoid compilation issues # Core Django Framework Django==5.2.4 # Database (Pure Python MySQL driver) PyMySQL==1.1.0 # Image Processing (essential only) Pillow # PDF Generation (essential) reportlab==4.0.7 # Excel Export (essential) openpyxl==3.1.2 # Date/Time Handling python-dateutil==2.8.2 # HTTP Requests requests==2.31.0 django-extensions