Fix broken authentication via PIO Home // Resolve #1229 Resolve #1230 Resolve #1231

This commit is contained in:
Ivan Kravets
2017-12-15 00:22:40 +02:00
parent ca8bc3819f
commit 7b6ecf4e45

View File

@ -23,7 +23,7 @@ from platformio.managers.package import PackageManager
CORE_PACKAGES = {
"contrib-piohome": ">=0.5.3,<2",
"pysite-pioplus": ">=0.4.2,<2",
"tool-pioplus": ">=0.12.0,<2",
"tool-pioplus": ">=0.12.1,<2",
"tool-unity": "~1.20302.1",
"tool-scons": "~3.20501.2"
}