remove unecessary deps for vanilla cargo run

This commit is contained in:
Ruben Fiszel
2026-02-08 14:08:36 +00:00
parent 90d010347c
commit bb57f8cd29
10 changed files with 22 additions and 40 deletions

View File

@@ -832,6 +832,7 @@ async fn create_script_internal<'c>(
}
}
}
#[cfg(feature = "python")]
ScriptLang::Python3 => {
let args = windmill_parser_py::parse_python_signature(&ns.content, None, true);
match args {