feat: node if, node start, node link
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user