In the requirements is Jinja2==2.9.6.. However, without doing a thorough test, 2.10.1 appears to render the interface fine.. And I can't find specific requirements in the sibling or parent projects..
Possible solutionJinja2>=2.9.6
😆
Another project I'm involved in requires JupyterHub which also installs Jinja2 (and Tornado), however we need to change our install order to accommodate graphene-tornado's apparent Jinja2 non-requirement..
In the requirements is
Jinja2==2.9.6
.. However, without doing a thorough test,2.10.1
appears to render the interface fine.. And I can't find specific requirements in the sibling or parent projects..Possible solution
Jinja2>=2.9.6
😆
Another project I'm involved in requires JupyterHub which also installs Jinja2 (and Tornado), however we need to change our install order to accommodate
graphene-tornado
's apparent Jinja2 non-requirement..