Red-Dashboard
Red-Dashboard copied to clipboard
Fix Flask issue when loading "escape" from Jinja2
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.
somewhat duplicate of #69