mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-11 05:38:29 +00:00
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:
parent
c9ac12fdd7
commit
5929ecbc2e
@ -2,6 +2,6 @@ appdirs
|
||||
click>=8.0
|
||||
mypy
|
||||
pycryptodome
|
||||
jinja2
|
||||
jinja2>=2.10
|
||||
kubernetes
|
||||
pyyaml>=4.2b1
|
||||
|
Loading…
x
Reference in New Issue
Block a user