Skip to content

fastapi example missing dependency #20

@skoblenick

Description

@skoblenick

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions