From 9881070425883ec834b61d974006c8433df24f1d Mon Sep 17 00:00:00 2001 From: foefl Date: Wed, 7 May 2025 08:58:39 +0200 Subject: [PATCH] add new dep --- pdm.lock | 27 ++++++++++++++++++++++++++- pyproject.toml | 1 + 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/pdm.lock b/pdm.lock index 06b8431..31bedc3 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev", "lint", "nb", "tests"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:c3fd178d5c4736852fff59e2e4c5e3565b0fb80bf29ec5979e1e9c78d452ee1f" +content_hash = "sha256:a3854672447afe50882734b491e9564000ac333263cd0ec28701cec9b029b75d" [[metadata.targets]] requires_python = ">=3.11" @@ -591,6 +591,17 @@ files = [ {file = "dopt_basics-0.1.3.tar.gz", hash = "sha256:22ba30cbd385cb8929cb6a13fe01e253cd7d9617ef637e41609f2468691450e8"}, ] +[[package]] +name = "et-xmlfile" +version = "2.0.0" +requires_python = ">=3.8" +summary = "An implementation of lxml.xmlfile for the standard library" +groups = ["dev"] +files = [ + {file = "et_xmlfile-2.0.0-py3-none-any.whl", hash = "sha256:7a91720bc756843502c3b7504c77b8fe44217c85c537d85037f0f536151b2caa"}, + {file = "et_xmlfile-2.0.0.tar.gz", hash = "sha256:dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54"}, +] + [[package]] name = "execnet" version = "2.1.1" @@ -1450,6 +1461,20 @@ files = [ {file = "nvidia_nccl_cu12-2.25.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:362aed5963fb9ea2ed2f264409baae30143498fd0e5c503aeaa1badd88cdc54a"}, ] +[[package]] +name = "openpyxl" +version = "3.1.5" +requires_python = ">=3.8" +summary = "A Python library to read/write Excel 2010 xlsx/xlsm files" +groups = ["dev"] +dependencies = [ + "et-xmlfile", +] +files = [ + {file = "openpyxl-3.1.5-py2.py3-none-any.whl", hash = "sha256:5282c12b107bffeef825f4617dc029afaf41d0ea60823bbb665ef3079dc79de2"}, + {file = "openpyxl-3.1.5.tar.gz", hash = "sha256:cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050"}, +] + [[package]] name = "overrides" version = "7.7.0" diff --git a/pyproject.toml b/pyproject.toml index bc7af37..1b86ef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -147,6 +147,7 @@ dev = [ "bump-my-version>=1.1.1", "nox>=2025.2.9", "tomli-w>=1.2.0", + "openpyxl>=3.1.5", ] nb = [ "jupyterlab>=4.3.5",