Skip to content

Commit

Permalink
fix: Use simplejson for Flask JSON encoding (apache#14627)
Browse files Browse the repository at this point in the history
Co-authored-by: John Bodley <john.bodley@airbnb.com>
  • Loading branch information
2 people authored and cccs-RyanS committed Dec 17, 2021
1 parent 05aae2f commit 41165f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/base.txt
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -85,6 +85,7 @@ def get_git_sha():
"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",
Expand Down

0 comments on commit 41165f5

Please sign in to comment.