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