Red-Dashboard
Red-Dashboard copied to clipboard
Fix ImportError
Type
- [X] Bugfix
- [ ] Enhancement
- [ ] New feature
Description of the changes
Currently, due to latest changes in Jinja2 reddash
does not runs properly.
Exceptions produced without this PR:
ImportError: cannot import name 'escape' from 'jinja2'
(pallets/jinja#1626)
ImportError: cannot import name 'soft_unicode' from 'markupsafe'