[deps] update deps

This commit is contained in:
Maxime Alves LIRMM@home 2021-12-01 16:25:53 +01:00
parent 837c646bc5
commit c1191bbb0e
2 changed files with 5 additions and 4 deletions

View File

@ -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"

View File

@ -43,8 +43,8 @@ setup(
packages=get_packages(module_name),
python_requires=">=3.8",
install_requires=[
"PyJWT>=2.0.1",
"starlette>=0.16,<0.17",
"PyJWT>=2.3.0,<2.4.0",
"starlette>=0.17,<0.18",
"click>=7.1,<8",
"uvicorn>=0.13,<1",
"orjson>=3.4.7,<4",