jinjax
jinjax copied to clipboard
Make `whitenoise` an optional dependency
When using JinjaX without the JS/CSS parts, and thus without the middleware, one does not really need the whitenoise
dependency.
It would be nice if the extra dependency was made optional by using "extras". Users wanting to use it would then install jinjax[whitenoise]
or jinjax[middleware]
depending on how the set of extra dependencies is named.