mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(core): Set up native Python task runner project (no-changelog) (#18257)
This commit is contained in:
13
packages/@n8n/task-runner-python/pyproject.toml
Normal file
13
packages/@n8n/task-runner-python/pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user