Depend on PIO Core Plus v0.9.1

This commit is contained in:
Ivan Kravets
2017-07-01 19:24:10 +03:00
parent 53906c49cb
commit e8da7b4673
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ from platformio.managers.package import PackageManager
CORE_PACKAGES = {
"pysite-pioplus": ">=0.3.0,<2",
"tool-pioplus": ">=0.9.0,<2",
"tool-pioplus": ">=0.9.1,<2",
"tool-unity": "~1.20302.1",
"tool-scons": "~3.20501.2"
}