add requirements.toml commandline option

This commit is contained in:
MJR
2026-02-27 08:43:17 -05:00
parent c2e126f92a
commit 7d6cb71ec0
37 changed files with 646 additions and 35 deletions

View File

@@ -1923,6 +1923,12 @@
"null"
]
},
"requirementsToml": {
"type": [
"string",
"null"
]
},
"sandbox": {
"anyOf": [
{
@@ -2145,6 +2151,12 @@
}
]
},
"requirementsToml": {
"type": [
"string",
"null"
]
},
"sandbox": {
"anyOf": [
{
@@ -2284,6 +2296,12 @@
}
]
},
"requirementsToml": {
"type": [
"string",
"null"
]
},
"sandbox": {
"anyOf": [
{