Sync docs

This commit is contained in:
Ivan Kravets
2024-01-22 22:54:58 +02:00
parent 28c90652bc
commit 84c7ede0e1
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: 3f02152561...64a2a3b6da

View File

@ -35,7 +35,7 @@ def get_pip_dependencies():
home = [
# PIO Home requirements
"ajsonrpc == 1.2.*",
"starlette >=0.19, <0.37",
"starlette >=0.19, <0.36",
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.28"),
"wsproto == 1.*",
]