We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf180ea commit 462d762Copy full SHA for 462d762
platformio/dependencies.py
@@ -39,15 +39,16 @@ def get_pip_dependencies():
39
"requests%s == 2.*" % ("[socks]" if is_proxy_set(socks=True) else ""),
40
"semantic_version == 2.10.*",
41
"tabulate == 0.*",
42
+ "certifi",
43
"intelhex", # actual esptool.py requirement
44
"rich_click", # latest esptool.py requirement
45
]
46
47
home = [
48
# PIO Home requirements
49
"ajsonrpc == 1.2.*",
- "starlette >=0.19, <0.48",
50
- "uvicorn >=0.16, <0.36",
+ "starlette >=0.19, <0.49",
51
+ "uvicorn >=0.16, <0.37",
52
"wsproto == 1.*",
53
54
0 commit comments