forked from orbit-oss/flask
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:
parent
d0bfb065e5
commit
8590d65a57
5 changed files with 18 additions and 131 deletions
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue