Files
kakebo/requirements.txt
Andros Fenollosa 35ed611a8e Replace Tailwind CLI with Vite build pipeline
- Vite container builds CSS (Tailwind + DaisyUI + custom) with
  content hashing for cache busting
- django-vite resolves hashed asset URLs via manifest.json
- Remove CDN dependencies for Tailwind and DaisyUI
- Single CSS entry point in assets/css/main.css
- Vite runs as build step before Django starts
2026-03-23 08:37:22 +01:00

10 lines
172 B
Plaintext

Django==6.0
django-liveview==2.2
channels==4.2.0
channels-redis==4.2.1
daphne==4.2.0
redis==5.2.1
whitenoise[brotli]==6.11.0
djangorestframework==3.16.0
django-vite==3.1.0