holy shit I'm dumb

This commit is contained in:
2025-12-24 11:07:22 -08:00
parent bb38247324
commit 3278fd76fc
2 changed files with 14 additions and 12 deletions

13
n8n-task-runners.json Normal file
View File

@@ -0,0 +1,13 @@
{
"task-runners": [
{
"runner-type": "python",
"env-overrides": {
"PYTHONPATH": "/opt/runners/task-runner-python",
"N8N_RUNNERS_STDLIB_ALLOW": "json", // <-- allowlist Python standard library packages here
"N8N_RUNNERS_EXTERNAL_ALLOW": "fantraxapi" // <-- allowlist third-party Python packages here
}
}
]
}