[deps] update deps
This commit is contained in:
parent
837c646bc5
commit
c1191bbb0e
5
Pipfile
5
Pipfile
|
@ -10,13 +10,14 @@ pytest-asyncio = "*"
|
|||
pylint = "*"
|
||||
build = "*"
|
||||
pytest-pythonpath = "*"
|
||||
twine = "*"
|
||||
|
||||
[packages]
|
||||
click = ">=7.1,<8"
|
||||
starlette = ">=0.16,<0.17"
|
||||
starlette = ">=0.17,<0.18"
|
||||
uvicorn = ">=0.13,<1"
|
||||
orjson = ">=3.4.7,<4"
|
||||
pyjwt = ">=2.0.1,<3"
|
||||
pyjwt = ">=2.3.0,<2.4.0"
|
||||
pyyaml = ">=5.3.1,<6"
|
||||
timing-asgi = ">=0.2.1,<1"
|
||||
schema = ">=0.7.4,<1"
|
||||
|
|
Loading…
Reference in New Issue