From 861e68ab3c5736bd750f3c045707ca9d27d8c355 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 8 May 2017 16:39:06 +0300 Subject: [PATCH] Depend on a new PIO Core+ --- platformio/managers/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 8796f8bb..e5a86447 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -22,7 +22,7 @@ from platformio.managers.package import PackageManager CORE_PACKAGES = { "pysite-pioplus": ">=0.3.0,<2", - "tool-pioplus": ">=0.8.8,<2", + "tool-pioplus": ">=0.8.10,<2", "tool-unity": "~1.20302.1", "tool-scons": "~3.20501.2" }