# ════════════════════════════════════════════════════════════ # Dépendances ADDITIONNELLES pour le déploiement MySQL/Render # → Ajouter ces lignes à la fin de votre requirements.txt existant # → Ne pas remplacer le fichier, juste AJOUTER ces lignes # ════════════════════════════════════════════════════════════ # Driver MySQL pur Python (pas besoin de compiler) pymysql==1.1.0 # Requis par PyMySQL pour l'authentification MySQL 8 (caching_sha2_password) cryptography>=41.0.0 # Si gunicorn n'est pas déjà présent (worker manager recommandé en prod) gunicorn==21.2.0