From 89e859f2e326983001025034f68670b517382672 Mon Sep 17 00:00:00 2001 From: gabe-levin Date: Mon, 11 Nov 2024 11:34:17 +0100 Subject: [PATCH] fix: add openpyxl to test dependencies --- space2stats_api/src/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/space2stats_api/src/pyproject.toml b/space2stats_api/src/pyproject.toml index bf980e1..f70f364 100644 --- a/space2stats_api/src/pyproject.toml +++ b/space2stats_api/src/pyproject.toml @@ -49,6 +49,7 @@ requests = "^2.32.3" types-requests = "^2.32.0.20240907" pyarrow = "^17.0.0" pandas = "^2.2.3" +openpyxl = "*" [tool.poetry.scripts] space2stats-ingest = "space2stats_ingest.cli:app"