From 1a90d667cc4abed6f26c112e0b6416a456e4dedf Mon Sep 17 00:00:00 2001 From: "Eryk J." <107011362+erykjj@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:35:14 -0400 Subject: [PATCH] Readd pathlib --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5cc47a..5099f07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,8 @@ dependencies = [ "argparse>=1.4.0", "regex>=2023.8.8", "unidecode>=1.3.8", - "pandas==2.2.2" + "pandas==2.2.2", + "pathlib>=1.0.1" ] requires-python = ">=3.9" readme = "README.md"