mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Allow minor + patch versions of PIO Plus packages
This commit is contained in:
@ -23,11 +23,11 @@ from platformio.managers.package import PackageManager
|
||||
PACKAGE_DEPS = {
|
||||
"pysite": {
|
||||
"name": "pysite-pioplus",
|
||||
"requirements": "~0.2.0"
|
||||
"requirements": "^0.2.0"
|
||||
},
|
||||
"tool": {
|
||||
"name": "tool-pioplus",
|
||||
"requirements": "~0.4.0"
|
||||
"requirements": "^0.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user