# Core Framework - Django 5.1 LTS Django==5.1.4 # REST API Framework djangorestframework==3.16.1 djangorestframework-simplejwt==5.5.1 # Configuration & Environment python-decouple==3.8 # CORS Support for Web & Mobile django-cors-headers==4.9.0 # Image Processing (version stable avec wheels Windows) Pillow==10.4.0 # Production Server gunicorn==23.0.0 # MySQL Database Connector PyMySQL==1.1.1 cryptography==44.0.0 # Testing pytest==8.3.4 pytest-django==4.9.0 pytest-cov==6.0.0 # API Documentation (OpenAPI/Swagger) drf-spectacular==0.28.0