feat(core): Set up native Python task runner project (no-changelog) (#18257)

This commit is contained in:
Iván Ovejero
2025-08-13 19:52:04 +02:00
committed by GitHub
parent ed2a490351
commit 8bc6ee727a
8 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[project]
name = "task-runner-python"
version = "0.1.0"
description = "Native Python task runner for n8n"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
[dependency-groups]
dev = [
"ruff>=0.12.8",
"ty>=0.0.1a17",
]