feat(api): add core-library to api project

This commit is contained in:
2025-08-20 14:41:08 +05:00
parent cf6e09d8c1
commit 1b95c9825b
2 changed files with 87 additions and 67 deletions

View File

@@ -17,6 +17,7 @@ dependencies = [
"pydantic[email] (>=2.11.3,<3.0.0)",
"python-multipart (>=0.0.20,<0.0.21)",
"fastapi-jwt-auth @ git+https://github.com/vvpreo/fastapi-jwt-auth",
"core-library @ git+https://gitea.heado.ru/Vorkout/core.git@0.1.0",
]