requirements.txt 453 B

12345678910111213141516171819202122232425
  1. # Django Framework
  2. Django>=5.1,<5.2
  3. # Database
  4. # psycopg2-binary>=2.9 # Décommenter pour PostgreSQL
  5. # Environment variables
  6. python-dotenv>=1.0.0
  7. # Forms and Admin
  8. django-crispy-forms>=2.1
  9. crispy-bootstrap4>=2.0
  10. # Rich text editor
  11. django-tinymce>=4.0 # Compatible Django 5.1
  12. # Import/Export
  13. django-import-export>=3.3
  14. # Development tools (optionnel)
  15. # django-debug-toolbar>=4.2
  16. # Production server (optionnel)
  17. # gunicorn>=21.2
  18. # whitenoise>=6.6