Use Werkzeug's JSONMixin class and update tests

Flask's JSONMixin class was moved to Werkzeug>=0.15

Co-authored-by: Jeffrey Eliasen <jeff@jke.net>
This commit is contained in:
EtiennePelletier 2019-05-06 14:59:43 -04:00 committed by David Lord
parent d0bfb065e5
commit 8590d65a57
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 18 additions and 131 deletions

View file

@ -14,7 +14,7 @@ deps =
blinker
python-dotenv
lowest: Werkzeug==0.14
lowest: Werkzeug==0.15
lowest: Jinja2==2.10
lowest: itsdangerous==0.24
lowest: Click==5.1