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