fix: Use simplejson for Flask JSON encoding (#14627)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley 2021-05-14 15:13:29 +12:00 committed by GitHub
parent e4d24242b4
commit 2bd0b62902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,7 @@ isodate==0.6.0
# via apache-superset
itsdangerous==1.1.0
# via
# apache-superset
# flask
# flask-wtf
jinja2==2.11.3

View File

@ -85,6 +85,7 @@ setup(
"graphlib-backport",
"gunicorn>=20.0.2, <20.1",
"humanize",
"itsdangerous>=1.0.0, <2.0.0",
"isodate",
"markdown>=3.0",
"msgpack>=1.0.0, <1.1",