From: Sebastián Ramírez Date: Sat, 22 Dec 2018 13:23:51 +0000 (+0400) Subject: :heavy_plus_sign: Add ujson for local development X-Git-Tag: 0.1.13~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf6d923ca8ef9b071fa15ceb8f93fa6aeb91b3f9;p=thirdparty%2Ffastapi%2Ffastapi.git :heavy_plus_sign: Add ujson for local development --- diff --git a/Pipfile b/Pipfile index 80034fa06f..7d181952c1 100644 --- a/Pipfile +++ b/Pipfile @@ -21,6 +21,7 @@ mkdocs-material = "*" markdown-include = "*" autoflake = "*" email-validator = "*" +ujson = "*" [packages] starlette = "*" diff --git a/Pipfile.lock b/Pipfile.lock index e6e3576e23..67e116e4f8 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "64539bfa9f03f10715a5f83b1d62776513ae44518c0cff011b7540c17eada955" + "sha256": "a0f966a95cb84845ca4aad02c44fc0e7c5e2047fc44dcf19a95a4abaa02d0197" }, "pipfile-spec": 6, "requires": { @@ -624,9 +624,9 @@ }, "pyrsistent": { "hashes": [ - "sha256:05910b7ff43cec0a853c15da0bfaf2867faa95f29b08e71f5846a195f1f38c75" + "sha256:59880cc33ac293515892b2969aa8f4ed2cec592cbd0be4c4e20f2410468bbc62" ], - "version": "==0.14.7" + "version": "==0.14.8" }, "pytest": { "hashes": [ @@ -819,6 +819,13 @@ "markers": "python_version < '3.7' and implementation_name == 'cpython'", "version": "==1.1.1" }, + "ujson": { + "hashes": [ + "sha256:f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86" + ], + "index": "pypi", + "version": "==1.35" + }, "urllib3": { "hashes": [ "sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39",