From 14be0728ff6cf4d12f5d77eb35bc1b41688698c9 Mon Sep 17 00:00:00 2001 From: foefl Date: Wed, 4 Mar 2026 12:22:31 +0100 Subject: [PATCH] prepared datasets --- pdm.lock | 13 ++++++++++++- pyproject.toml | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/pdm.lock b/pdm.lock index 6d70f41..152f574 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "data", "dev", "lint", "nb", "tests"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:31a646081f677143fe4029dbf405707d2a5058f112a753189ea8b5f24c6d33ac" +content_hash = "sha256:0e5d352860f2cc60f394054521b2256ea261e938ddc62e5593717739b0ea5506" [[metadata.targets]] requires_python = ">=3.11" @@ -2456,6 +2456,17 @@ files = [ {file = "stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9"}, ] +[[package]] +name = "striprtf" +version = "0.0.29" +requires_python = ">=3.8" +summary = "A simple library to convert rtf to text" +groups = ["data"] +files = [ + {file = "striprtf-0.0.29-py3-none-any.whl", hash = "sha256:0fc6a41999d015358d19627776b616424dd501ad698105c81d76734d1e14d91b"}, + {file = "striprtf-0.0.29.tar.gz", hash = "sha256:5a822d075e17417934ed3add6fc79b5fc8fb544fe4370b2f894cdd28f0ddd78e"}, +] + [[package]] name = "terminado" version = "0.18.1" diff --git a/pyproject.toml b/pyproject.toml index 39c54a5..85b0143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,4 +150,5 @@ nb = [ ] data = [ "polars>=1.38.1", + "striprtf>=0.0.29", ]