mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
SemVer for PIO Plus packages
This commit is contained in:
@ -23,11 +23,11 @@ from platformio.managers.package import PackageManager
|
|||||||
PACKAGE_DEPS = {
|
PACKAGE_DEPS = {
|
||||||
"pysite": {
|
"pysite": {
|
||||||
"name": "pysite-pioplus",
|
"name": "pysite-pioplus",
|
||||||
"requirements": ">=0.1.0"
|
"requirements": "~0.1.0"
|
||||||
},
|
},
|
||||||
"tool": {
|
"tool": {
|
||||||
"name": "tool-pioplus",
|
"name": "tool-pioplus",
|
||||||
"requirements": ">=0.4.0"
|
"requirements": "~0.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user