1
0

Use the JSON module from the std library instead of simplejson. (#7936)

This commit is contained in:
Patrick Cloke
2020-07-28 10:28:59 -04:00
committed by GitHub
parent 8078dec3be
commit 2c1e1b153d
3 changed files with 14 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ REQUIREMENTS = [
"jsonschema>=2.5.1",
"frozendict>=1",
"unpaddedbase64>=1.1.0",
"canonicaljson>=1.1.3",
"canonicaljson>=1.2.0",
# we use the type definitions added in signedjson 1.1.
"signedjson>=1.1.0",
"pynacl>=1.2.1",