mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Update "wsproto" dependencies to the "1.1.*"
This commit is contained in:
2
setup.py
2
setup.py
@ -47,7 +47,7 @@ home_requirements = [
|
|||||||
"ajsonrpc==1.*",
|
"ajsonrpc==1.*",
|
||||||
"starlette==0.18.*",
|
"starlette==0.18.*",
|
||||||
"uvicorn==%s" % ("0.17.*" if sys.version_info >= (3, 7) else "0.16.0"),
|
"uvicorn==%s" % ("0.17.*" if sys.version_info >= (3, 7) else "0.16.0"),
|
||||||
"wsproto==1.0.*",
|
"wsproto==%s" % ("1.1.*" if sys.version_info >= (3, 7) else "1.0.0"),
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
Reference in New Issue
Block a user