mirror of https://github.com/tiangolo/fastapi.git
➕ Add ujson for local development
This commit is contained in:
parent
252188c686
commit
bf6d923ca8
1
Pipfile
1
Pipfile
|
|
@ -21,6 +21,7 @@ mkdocs-material = "*"
|
||||||
markdown-include = "*"
|
markdown-include = "*"
|
||||||
autoflake = "*"
|
autoflake = "*"
|
||||||
email-validator = "*"
|
email-validator = "*"
|
||||||
|
ujson = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
starlette = "*"
|
starlette = "*"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "64539bfa9f03f10715a5f83b1d62776513ae44518c0cff011b7540c17eada955"
|
"sha256": "a0f966a95cb84845ca4aad02c44fc0e7c5e2047fc44dcf19a95a4abaa02d0197"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
|
@ -624,9 +624,9 @@
|
||||||
},
|
},
|
||||||
"pyrsistent": {
|
"pyrsistent": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:05910b7ff43cec0a853c15da0bfaf2867faa95f29b08e71f5846a195f1f38c75"
|
"sha256:59880cc33ac293515892b2969aa8f4ed2cec592cbd0be4c4e20f2410468bbc62"
|
||||||
],
|
],
|
||||||
"version": "==0.14.7"
|
"version": "==0.14.8"
|
||||||
},
|
},
|
||||||
"pytest": {
|
"pytest": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
|
@ -819,6 +819,13 @@
|
||||||
"markers": "python_version < '3.7' and implementation_name == 'cpython'",
|
"markers": "python_version < '3.7' and implementation_name == 'cpython'",
|
||||||
"version": "==1.1.1"
|
"version": "==1.1.1"
|
||||||
},
|
},
|
||||||
|
"ujson": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==1.35"
|
||||||
|
},
|
||||||
"urllib3": {
|
"urllib3": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39",
|
"sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue