VORKOUT-18 #2

Open
ivan.dev wants to merge 13 commits from VORKOUT-18 into main
24 changed files with 705 additions and 38 deletions
Showing only changes of commit 64e271f7c4 - Show all commits

View File

@@ -20,8 +20,10 @@ dependencies = [
[tool.poetry]
packages = [
{ include = "core" },
{ include = "orm" },
{ include = "model_nodes" }
{ include = "nodes" },
{ include = "model_nodes" },
{ include = "utils" },
{ include = "orm" }
]
[build-system]