forked from platformio/platformio-core
Update deps
This commit is contained in:
@ -35,7 +35,7 @@ def get_pip_dependencies():
|
|||||||
home = [
|
home = [
|
||||||
# PIO Home requirements
|
# PIO Home requirements
|
||||||
"ajsonrpc == 1.2.*",
|
"ajsonrpc == 1.2.*",
|
||||||
"starlette >=0.19, <0.36",
|
"starlette >=0.19, <0.38",
|
||||||
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.28"),
|
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.28"),
|
||||||
"wsproto == 1.*",
|
"wsproto == 1.*",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user