feat: CRUD process schema

This commit is contained in:
TheNoxium
2025-10-13 11:50:57 +05:00
parent 59d2d57ee1
commit 3dfae3235d
21 changed files with 1892 additions and 880 deletions

View File

@@ -16,8 +16,9 @@ dependencies = [
"cryptography (>=44.0.2,<45.0.0)",
"pydantic[email] (>=2.11.3,<3.0.0)",
"python-multipart (>=0.0.20,<0.0.21)",
"requests (>=2.31.0,<3.0.0)",
"fastapi-jwt-auth @ git+https://github.com/vvpreo/fastapi-jwt-auth",
"core-library @ git+https://gitea.heado.ru/Vorkout/core.git@0.1.0",
"vork-core @ git+http://88.86.199.167:3000/Nox/CORE.git",
]