[deps] starlette 0.23
This commit is contained in:
parent
552f00a65b
commit
0417f27b3f
2
Pipfile
2
Pipfile
|
@ -17,7 +17,7 @@ httpx = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
click = ">=7.1,<8"
|
click = ">=7.1,<8"
|
||||||
starlette = ">=0.22,<0.23"
|
starlette = ">=0.23,<0.24"
|
||||||
uvicorn = ">=0.13,<1"
|
uvicorn = ">=0.13,<1"
|
||||||
orjson = ">=3.4.7,<4"
|
orjson = ">=3.4.7,<4"
|
||||||
pyjwt = ">=2.4.0,<2.5.0"
|
pyjwt = ">=2.4.0,<2.5.0"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "5818d15b464296607f94b91e3cd6bb4e65f6f57ca775e437617f0c3b1cf6ee78"
|
"sha256": "6d6f1c8ef59cdd627aad45dca178d112b02b529f11a2dcc3285f7ae0fea2de0d"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {},
|
"requires": {},
|
||||||
|
@ -203,11 +203,11 @@
|
||||||
},
|
},
|
||||||
"starlette": {
|
"starlette": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:b092cbc365bea34dd6840b42861bdabb2f507f8671e642e8272d2442e08ea4ff",
|
"sha256:8510e5b3d670326326c5c1d4cb657cc66832193fe5d5b7015a51c7b1e1b1bf42",
|
||||||
"sha256:b5eda991ad5f0ee5d8ce4c4540202a573bb6691ecd0c712262d0bc85cf8f2c50"
|
"sha256:ec69736c90be8dbfc6ec6800ba6feb79c8c44f9b1706c0b2bb27f936bcf362cc"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==0.22.0"
|
"version": "==0.23.1"
|
||||||
},
|
},
|
||||||
"timing-asgi": {
|
"timing-asgi": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -44,7 +44,7 @@ setup(
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.8",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"PyJWT>=2.4.0,<2.5.0",
|
"PyJWT>=2.4.0,<2.5.0",
|
||||||
"starlette>=0.22,<0.23",
|
"starlette>=0.23,<0.24",
|
||||||
"click>=7.1,<8",
|
"click>=7.1,<8",
|
||||||
"uvicorn>=0.13,<1",
|
"uvicorn>=0.13,<1",
|
||||||
"orjson>=3.4.7,<4",
|
"orjson>=3.4.7,<4",
|
||||||
|
|
Loading…
Reference in New Issue