VORKOUT-18 #2

Merged
ivan.dev merged 13 commits from VORKOUT-18 into main 2025-10-17 11:54:16 +05:00
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]