[OND211-2329]: Moved pycryptodomex to test group in pyproject.toml and uv.lock files.

This commit is contained in:
Hetavi Shah 2025-12-02 17:40:21 +05:30
parent eb478f6895
commit edbda14ff5
2 changed files with 4 additions and 3 deletions

View file

@ -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]]

4
uv.lock generated
View file

@ -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" },