From a76a33272f599e5cff57c66821a74e99216d3c4c Mon Sep 17 00:00:00 2001 From: gabe-levin Date: Fri, 8 Nov 2024 21:31:36 +0100 Subject: [PATCH] fix: add pandas 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 c7b29a5..3ce8f32 100644 --- a/space2stats_api/src/pyproject.toml +++ b/space2stats_api/src/pyproject.toml @@ -48,6 +48,7 @@ pytest-benchmark = "^4.0.0" requests = "^2.32.3" types-requests = "^2.32.0.20240907" pyarrow = "^17.0.0" +pandas = "*" [tool.poetry.scripts] space2stats-ingest = "space2stats_ingest.cli:app"