Skip to content

Commit

Permalink
Fixed import error of flask caused by markupsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
Craeckie committed Nov 4, 2022
1 parent 15044e5 commit 4a8af89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def find_version(*file_paths):
"flask-cors>=3.0.7",
"flask-httpauth>=3.3.0",
"flask-limiter>=1.1.0",
"markupsafe==2.0.1",
"PyYAML>=5.1",
"jsonschema>=3.2.0",
"requests>=2.22",
Expand Down

0 comments on commit 4a8af89

Please sign in to comment.