A Few Notes #26
bryanjordin
started this conversation in
General
Replies: 1 comment
-
Hi @bryanjordin , thanks for the comment! I am aware of the issue and know I need to get this updated. I'm hoping to get it done by end of summer but life is busy. If you'd like to submit a tested PR I'd be happy to merge until I get the chance to make this update with a number of other tweaks I'm hoping to add. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I thought I would provide a few notes based on my experience testing this app framework. I did my best to follow instructions to the letter and have basic experience building Flask and Shopify applications, just not together.
Jinja and escape module support
The requirements.txt calls for Flask-1.1.2. Jinja is a dependency of Flask and Flask V1.X.X uses the escape module from Jinja, however recently support for the escape module was dropped in newer versions of Jinja.
To fixx, change the requirements.txt doc to use a version of Flask after 2.2.2
Beta Was this translation helpful? Give feedback.
All reactions