mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Switch PIO Home to native WebSockets (next step to PY3)
This commit is contained in:
@ -26,7 +26,7 @@ from platformio.managers.package import PackageManager
|
||||
CORE_PACKAGES = {
|
||||
"contrib-piohome": "^2.0.0",
|
||||
"contrib-pysite": "^2.%d%d.0" % (sys.version_info[0], sys.version_info[1]),
|
||||
"tool-pioplus": "^1.5.0",
|
||||
"tool-pioplus": "^2.0.0",
|
||||
"tool-unity": "~1.20403.0",
|
||||
"tool-scons": "~2.20501.7"
|
||||
}
|
||||
|
Reference in New Issue
Block a user