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:
@ -43,9 +43,9 @@ def get_pip_dependencies():
|
|||||||
home = [
|
home = [
|
||||||
# PIO Home requirements
|
# PIO Home requirements
|
||||||
"ajsonrpc == 1.2.*",
|
"ajsonrpc == 1.2.*",
|
||||||
"starlette >=0.19, <0.42",
|
"starlette >=0.19, <0.43",
|
||||||
'uvicorn == 0.16.0; python_version < "3.7"',
|
'uvicorn == 0.16.0; python_version < "3.7"',
|
||||||
'uvicorn >=0.16, <0.33; python_version >= "3.7"',
|
'uvicorn >=0.16, <0.35; python_version >= "3.7"',
|
||||||
"wsproto == 1.*",
|
"wsproto == 1.*",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user