Closed ysf closed 2 years ago
Looks good to me, I think we need to add an explicit dependency now on markupsafe in our readme, as although jinja depends on it now in the future it might not?
Should be changing the README.md, .github/workflows/test.yml with the new dependency.
Since jinja2 and markupsafe are both from the same project and markupsafe has been refactored from jinja2 to an own package, I think there would be needed to re-do some work around jinja2 and the tracker anyway if jinja2 should somehow remove this dependency. it's extremely unlikely that they'll do that.
that said: I'll add it to the files tomorrow as it won't hurt either.
This looks awesome. thank you very much <3
@ysf we still need to change .github/workflows/test.yml as well, can you please do that and rebase against latest master?
applied via 0effc7403f1440449314529097cb92ad7827e081 thanks a lot
Fixes the deprecation warnings of jinja2.markup, jinja2.escape and one regex that has not been upgraded to python3.