Compare commits
No commits in common. "f9bef2b12486773c94625a5dc05fed11e505be58" and "50a8431ca3cc56804194c3c06c62c3447fad6caf" have entirely different histories.
f9bef2b124
...
50a8431ca3
6
Pipfile
6
Pipfile
@ -20,13 +20,13 @@ coverage = "*"
|
|||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
click = ">=8,<9"
|
click = ">=8,<9"
|
||||||
starlette = ">=0.46,<0.47"
|
starlette = ">=0.37,<0.38"
|
||||||
uvicorn = ">=0.13,<1"
|
uvicorn = ">=0.13,<1"
|
||||||
orjson = ">=3.10,<4"
|
orjson = ">=3.10,<4"
|
||||||
pyjwt = ">=2.10.0,<2.11.0"
|
pyjwt = ">=2.6.0,<2.7.0"
|
||||||
pyyaml = ">=6.0.1,<7"
|
pyyaml = ">=6.0.1,<7"
|
||||||
timing-asgi = ">=0.2.1,<1"
|
timing-asgi = ">=0.2.1,<1"
|
||||||
schema = ">=0.7.7,<1"
|
schema = ">=0.7.4,<1"
|
||||||
toml = ">=0.10,<0.11"
|
toml = ">=0.10,<0.11"
|
||||||
pip = "*"
|
pip = "*"
|
||||||
packaging = ">=19.0"
|
packaging = ">=19.0"
|
||||||
|
|||||||
18
Pipfile.lock
generated
18
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "dd6323256b3296c87829edb5d02c15c58fb01c988d2ed846f338794c0ab5343b"
|
"sha256": "a7223ad64195a64c0bf48d985c8d0cab84591345b1c1d5f598b7ce4150b543e4"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {},
|
"requires": {},
|
||||||
@ -146,12 +146,12 @@
|
|||||||
},
|
},
|
||||||
"pyjwt": {
|
"pyjwt": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953",
|
"sha256:69285c7e31fc44f68a1feb309e948e0df53259d579295e6cfe2b1792329f05fd",
|
||||||
"sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"
|
"sha256:d83c3d892a77bbb74d3e1a2cfa90afaadb60945205d1095d9221f04466f64c14"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"markers": "python_version >= '3.9'",
|
"markers": "python_version >= '3.7'",
|
||||||
"version": "==2.10.1"
|
"version": "==2.6.0"
|
||||||
},
|
},
|
||||||
"python-multipart": {
|
"python-multipart": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -240,12 +240,12 @@
|
|||||||
},
|
},
|
||||||
"starlette": {
|
"starlette": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:595633ce89f8ffa71a015caed34a5b2dc1c0cdb3f0f1fbd1e69339cf2abeec35",
|
"sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee",
|
||||||
"sha256:7f7361f34eed179294600af672f565727419830b54b7b084efe44bb82d2fccd5"
|
"sha256:9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"markers": "python_version >= '3.9'",
|
"markers": "python_version >= '3.8'",
|
||||||
"version": "==0.46.2"
|
"version": "==0.37.2"
|
||||||
},
|
},
|
||||||
"timing-asgi": {
|
"timing-asgi": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user