mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Update deps
This commit is contained in:
@ -36,7 +36,7 @@ def get_pip_dependencies():
|
|||||||
# PIO Home requirements
|
# PIO Home requirements
|
||||||
"ajsonrpc == 1.2.*",
|
"ajsonrpc == 1.2.*",
|
||||||
"starlette >=0.19, <0.36",
|
"starlette >=0.19, <0.36",
|
||||||
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.26"),
|
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.27"),
|
||||||
"wsproto == 1.*",
|
"wsproto == 1.*",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user