Skip to content

Commit

Permalink
Add markupsafe==2.0.1 to requirement.txt
Browse files Browse the repository at this point in the history
This fixes a breaking change reported at
pallets/markupsafe#284.

The errors were showing up in the heroku logs thus:

    2022-02-21T00:47:47.248902+00:00 app[web.1]: from markupsafe import soft_unicode
    2022-02-21T00:47:47.248903+00:00 app[web.1]: ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/app/.heroku/python/lib/python3.9/site-packages/markupsafe/__init__.py)
  • Loading branch information
jftsang committed Feb 21, 2022
1 parent 29eca96 commit 29aaee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dotmap~=1.3.26
Flask~=1.1.2
Flask-WTF
gunicorn~=20.1.0
markupsafe==2.0.1
python-docx~=0.8.11
python-dotenv~=0.19.2
WTForms~=3.0.1
Expand Down

0 comments on commit 29aaee0

Please sign in to comment.