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:
2
setup.py
2
setup.py
@ -45,7 +45,7 @@ minimal_requirements = [
|
|||||||
home_requirements = [
|
home_requirements = [
|
||||||
"aiofiles==%s" % ("0.8.0" if PY36 else "22.1.*"),
|
"aiofiles==%s" % ("0.8.0" if PY36 else "22.1.*"),
|
||||||
"ajsonrpc==1.*",
|
"ajsonrpc==1.*",
|
||||||
"starlette==%s" % ("0.19.1" if PY36 else "0.21.*"),
|
"starlette==%s" % ("0.19.1" if PY36 else "0.22.*"),
|
||||||
"uvicorn==%s" % ("0.16.0" if PY36 else "0.19.*"),
|
"uvicorn==%s" % ("0.16.0" if PY36 else "0.19.*"),
|
||||||
"wsproto==%s" % ("1.0.0" if PY36 else "1.2.*"),
|
"wsproto==%s" % ("1.0.0" if PY36 else "1.2.*"),
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user