feat: node if, node start, node link

This commit is contained in:
TheNoxium
2025-09-05 19:52:35 +07:00
parent 96ddb52582
commit a5a52a64ef
23 changed files with 666 additions and 39 deletions

View File

@@ -13,13 +13,15 @@ repository = "https://gitea.heado.ru/Vorkout/core"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"sqlalchemy (>=2.0.43,<3.0.0)"
"sqlalchemy (>=2.0.43,<3.0.0)",
"pydantic (>=2.0.0,<3.0.0)"
]
[tool.poetry]
packages = [
{ include = "core" },
{ include = "orm" }
{ include = "orm" },
{ include = "model_nodes" }
]
[build-system]