From b78a151706bd4966f1665428b86d433cb4587dec Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 13 Mar 2018 22:59:02 +0200 Subject: [PATCH] Update requirements for PIO Home and PIO Core+ contribs --- platformio/managers/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 9f3cc628..75ce6162 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -21,9 +21,9 @@ from platformio import __version__, exception, util from platformio.managers.package import PackageManager CORE_PACKAGES = { - "contrib-piohome": ">=0.7.1,<2", + "contrib-piohome": ">=0.8.1,<2", "contrib-pysite": ">=0.1.5,<2", - "tool-pioplus": ">=0.14.5,<2", + "tool-pioplus": ">=1.0.0,<2", "tool-unity": "~1.20302.1", "tool-scons": "~2.20501.4" }