Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Issues with marksafe #10

@tonyknight

Description

@tonyknight

The jinja2 requirement also brings a dependency on marksafe. The latest version (2.1.3) removes soft_unicode, and therefore breaks this otherwise very useful script. I was able to work around this by modifying the requirements.txt file to look like this:

Jinja2==2.11.3
markupsafe==2.0.1

This fixed the issue. There was another error regarding a type conflict related to the log, but I simply set my log to false and I was able to get a nice html output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions