graphql-python / graphene-tornado

MIT License
52 stars 14 forks source link

Jinja2 explicit requirement #16

Closed dwsutherland closed 5 years ago

dwsutherland commented 5 years ago

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..

kinow commented 5 years ago

+1, and if 2.10 works fine, we could also try Jinja2==2.10.*.

ewhauser commented 5 years ago

This is fixed in 2.0.3. Feel free to submit PRs for these.