Skip to content

Commit

Permalink
fix Werkzeug version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jan 10, 2024
1 parent 5772d2e commit 36bb3fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default/scripts/flask.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cd flask
source ${PATCHES_DIR}/python3_package.sh
sed -i 's,Werkzeug >= 2.0,Werkzeug == 2.3.7,g' setup.py
python3_package_setup
python3_package_install
python3_package_pth "flask"
Expand Down

0 comments on commit 36bb3fe

Please sign in to comment.