From edbda14ff5f2711206dea99041b710d6ea618611 Mon Sep 17 00:00:00 2001 From: Hetavi Shah Date: Tue, 2 Dec 2025 17:40:21 +0530 Subject: [PATCH] [OND211-2329]: Moved pycryptodomex to test group in pyproject.toml and uv.lock files. --- pyproject.toml | 3 ++- uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e2efb0ac..0ec448a58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,6 @@ dependencies = [ "protobuf==5.27.2", "psycopg2-binary==2.9.9", "pyclipper==1.3.0.post5", - "pycryptodomex==3.20.0", "pymysql>=1.1.1,<2.0.0", "pypdf==6.4.0", "python-dotenv==1.0.1", @@ -168,6 +167,8 @@ test = [ "reportlab>=4.4.1", "requests>=2.32.2", "requests-toolbelt>=1.0.0", + "pycryptodomex==3.20.0", + ] [[tool.uv.index]] diff --git a/uv.lock b/uv.lock index 3817a37e7..5a8e76196 100644 --- a/uv.lock +++ b/uv.lock @@ -5458,7 +5458,6 @@ dependencies = [ { name = "protobuf" }, { name = "psycopg2-binary" }, { name = "pyclipper" }, - { name = "pycryptodomex" }, { name = "pyicu" }, { name = "pymysql" }, { name = "pyobvector" }, @@ -5520,6 +5519,7 @@ test = [ { name = "hypothesis" }, { name = "openpyxl" }, { name = "pillow" }, + { name = "pycryptodomex" }, { name = "pytest" }, { name = "python-docx" }, { name = "python-pptx" }, @@ -5623,7 +5623,6 @@ requires-dist = [ { name = "protobuf", specifier = "==5.27.2" }, { name = "psycopg2-binary", specifier = "==2.9.9" }, { name = "pyclipper", specifier = "==1.3.0.post5" }, - { name = "pycryptodomex", specifier = "==3.20.0" }, { name = "pyicu", specifier = ">=2.15.3,<3.0.0" }, { name = "pymysql", specifier = ">=1.1.1,<2.0.0" }, { name = "pyobvector", specifier = "==0.2.18" }, @@ -5685,6 +5684,7 @@ test = [ { name = "hypothesis", specifier = ">=6.132.0" }, { name = "openpyxl", specifier = ">=3.1.5" }, { name = "pillow", specifier = ">=10.4.0" }, + { name = "pycryptodomex", specifier = "==3.20.0" }, { name = "pytest", specifier = ">=8.3.5" }, { name = "python-docx", specifier = ">=1.1.2" }, { name = "python-pptx", specifier = ">=1.0.2" },