Skip to content

Commit

Permalink
Pin werkzeug to 0.14.1
Browse files Browse the repository at this point in the history
With v0.15 the test suite breaks our auth tests. Culprit appears to be:
pallets/werkzeug#1325

Pinning the dependency until I have time to look into it.
  • Loading branch information
nicolaiarocci committed Mar 20, 2019
1 parent ae1c015 commit bf53a79
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 @@ -17,6 +17,7 @@
"flask>=1.0",
"pymongo>=3.5",
"simplejson>=3.3.0,<4.0",
"werkzeug<=0.14.1",
]

EXTRAS_REQUIRE = {
Expand Down

0 comments on commit bf53a79

Please sign in to comment.