Skip to content

Commit

Permalink
Pin flask version to < 2.0
Browse files Browse the repository at this point in the history
Current flask (2.0) requires Werkzeug >= 2.0, but Werkzeug
is pinned to < 1.0 due to a flask-restplus issue (see
morganstanley#364).
  • Loading branch information
cpages committed May 17, 2021
1 parent 6643af9 commit f9c6c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terminaltables
pyparsing
cycler
requests>=2.4.3
flask
flask<2.0.0
flask_restplus
cheroot
validators==0.14.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"numpy",
"scipy",
"requests>=2.4.3",
"flask",
"flask<2.0.0",
"flask_restplus",
"cheroot",
"validators==0.14.0",
Expand Down

0 comments on commit f9c6c4d

Please sign in to comment.