role and update the api endoint

This commit is contained in:
momorew
2026-09-08 16:02:32 +05:30
parent 52ff0d153e
commit fc922b6144
5 changed files with 47 additions and 16 deletions
Generated
+4 -2
View File
@@ -594,6 +594,7 @@ dependencies = [
{ name = "beautifulsoup4" },
{ name = "boto3" },
{ name = "celery" },
{ name = "cffi" },
{ name = "cryptography" },
{ name = "docx2txt" },
{ name = "email-validator" },
@@ -664,6 +665,7 @@ requires-dist = [
{ name = "beautifulsoup4", specifier = "==4.13.5" },
{ name = "boto3", specifier = "==1.36.23" },
{ name = "celery", specifier = "==5.4.0" },
{ name = "cffi", specifier = ">=1.17.0" },
{ name = "cryptography", specifier = "==48.0.0" },
{ name = "docx2txt", specifier = "==0.9" },
{ name = "email-validator", specifier = "==2.3.0" },
@@ -1443,8 +1445,8 @@ name = "mkl"
version = "2021.4.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "intel-openmp", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
{ name = "tbb", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
{ name = "intel-openmp" },
{ name = "tbb" },
]
wheels = [
{ url = "https://files.pythonhosted.org/packages/ce/c6/892fe3bc91e811b78e4f85653864f2d92541d5e5c306b0cb3c2311e9ca64/mkl-2021.4.0-py2.py3-none-win32.whl", hash = "sha256:439c640b269a5668134e3dcbcea4350459c4a8bc46469669b2d67e07e3d330e8", size = 129048357, upload-time = "2021-09-28T17:08:58.256Z" },