Red-Dashboard icon indicating copy to clipboard operation
Red-Dashboard copied to clipboard

Fix Flask issue when loading "escape" from Jinja2

Open psharma04 opened this issue 3 years ago • 1 comments

Type

Bug Fix

Description of the changes

As described in #71 Flask is currently trying to import 'escape' from Jinja2, which removed the escape function in 3.1.0 (released March 24, 2022).

This Pull Request locks Jinja2 to pre-3.1.0 versions to prevent this issue, and adds werkzeug 2.0.3 which is required by older versions of Jinja2.

psharma04 avatar May 19 '22 12:05 psharma04

somewhat duplicate of #69

fixator10 avatar Sep 18 '22 11:09 fixator10