examples
examples copied to clipboard
fastapi example missing dependency
Describe the Bug
trying to run the fastapi example results in an error due to a missing dependency:
assert jinja2 is not None, "jinja2 must be installed to use Jinja2Templates"
AssertionError: jinja2 must be installed to use Jinja2Templates
adding the jinja2 via poetry
poetry add jinja2
fixes the issue.
System Information
- Operating system: Ubuntu 22.04.4 LTS
- Strawberry version (if applicable): 0.214.0