mozilla/django-csp

Make jinja2 optional and/or test-only

Closed this issue · 0 comments

Pike commented

'jinja2>=2.9.6'
requires jinja2, which isn't used everywhere.

This should be a test_requires, for sure. If we want to be sure about the min version of jinja, maybe add an extras_require, and folks can pip install django-csp[jinja2] to validate that requirement?