# =====================
# DJANGO CORE (REAL VERSIONS)
# =====================
Django==5.1.3
gunicorn==22.0.0
asgiref==3.8.1
sqlparse==0.5.3
tzdata==2024.2

# =====================
# HTTP STACK
# =====================
requests==2.32.3
urllib3==2.2.3
idna==3.10
charset-normalizer==3.4.0
certifi==2024.8.30

# =====================
# ML / DATA SCIENCE (STABLE)
# =====================
numpy==1.26.4
scipy==1.11.4
pandas==2.2.2
scikit-learn==1.4.2
joblib==1.4.2
threadpoolctl==3.5.0

# =====================
# VISUALIZATION
# =====================
matplotlib==3.8.4
seaborn==0.13.2
pillow==10.4.0

# =====================
# UTILITIES
# =====================
python-dateutil==2.9.0.post0
six==1.17.0
packaging==24.1
tqdm==4.66.5
PyYAML==6.0.2