Skip to content

Commit

Permalink
fixes werkzeug error by explicitly pinning to 0.16.1 (#2)
Browse files Browse the repository at this point in the history
the explicit requirement for werkzeug should be removed one this issue is fixed:

jarus/flask-testing#143
  • Loading branch information
beatthat authored Mar 16, 2020
1 parent 0b114c6 commit 71a5875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ boto3_type_annotations==0.3.1
requests==2.22.0
uuid==1.30
transcribe @ git+https://github.com/ictlearningsciences/[email protected]#egg=transcribe
# explicitly pinning Werkzeug UNTIL this bug is fixed: https://github.com/jarus/flask-testing/issues/143
Werkzeug==0.16.1

0 comments on commit 71a5875

Please sign in to comment.