forked from platformio/platformio-core
Fix PySite requirements for PIO Plus
This commit is contained in:
@ -23,7 +23,7 @@ from platformio.managers.package import PackageManager
|
|||||||
PACKAGE_DEPS = {
|
PACKAGE_DEPS = {
|
||||||
"pysite": {
|
"pysite": {
|
||||||
"name": "pysite-pioplus",
|
"name": "pysite-pioplus",
|
||||||
"requirements": "~0.1.0"
|
"requirements": "~0.2.0"
|
||||||
},
|
},
|
||||||
"tool": {
|
"tool": {
|
||||||
"name": "tool-pioplus",
|
"name": "tool-pioplus",
|
||||||
|
Reference in New Issue
Block a user