Skip to content

Commit

Permalink
Use a version of markupsafe prior to 2.1.0.
Browse files Browse the repository at this point in the history
Fixes: "ImportError: cannot import name 'soft_unicode' from 'markupsafe'"
  • Loading branch information
developer79433 committed Nov 30, 2022
1 parent fccb49c commit 4e70dab
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
@@ -1,2 +1,3 @@
Flask~=1.1
requests~=2.22
markupsafe<2.1.0

0 comments on commit 4e70dab

Please sign in to comment.