[deps] Avoid starlette update to 0.15, stay in latest 0.14

This commit is contained in:
Maxime Alves LIRMM@home 2021-06-28 12:09:56 +02:00
parent c920531610
commit b45c0bf746
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ pylint = "*"
[packages]
click = ">=7.1,<8"
starlette = ">=0.14,<1"
starlette = ">=0.14,<0.15"
uvicorn = ">=0.13,<1"
orjson = ">=3.4.7,<4"
pyjwt = ">=2.0.1,<3"

View File

@ -44,7 +44,7 @@ setup(
python_requires=">=3.7",
install_requires=[
"PyJWT>=2.0.1",
"starlette>=0.14,<1",
"starlette>=0.14,<0.15",
"click>=7.1,<8",
"uvicorn>=0.13,<1",
"orjson>=3.4.7,<4",