fix: TemplateSyntaxError with old jinja2

The following syntax is only supported in jinja2>=2.10:

    {% set jwt_rsa_key | rsa_import_key %}{{ JWT_RSA_PRIVATE_KEY }}{% endset %}

Thus, we bump the minimal working version of jinja2 in the base requirements.

See discussion: https://discuss.openedx.org/t/error-while-tutor-local-quickstart/8796
This commit is contained in:
Régis Behmo 2022-11-28 09:20:28 +01:00 committed by Régis Behmo
parent c9ac12fdd7
commit 5929ecbc2e
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ appdirs
click>=8.0
mypy
pycryptodome
jinja2
jinja2>=2.10
kubernetes
pyyaml>=4.2b1