From 9943336ea9fd5676821540776690da73457176dc Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Tue, 26 Aug 2025 10:32:15 -0700 Subject: [PATCH] Added openpyxl to pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70b4ed4..02bd374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,8 @@ authors = [ ] requires-python = ">=3.10" dependencies = [ - "deepmerge" + "deepmerge", + "openpyxl" ] [project.scripts]