From 75ab736e8f9c298c7194b444e1b4782d818451b2 Mon Sep 17 00:00:00 2001 From: king Date: Sun, 24 May 2026 03:41:52 +0900 Subject: [PATCH] fix: add missing pandas dependency --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 9e0999f..b63e8bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ python-multipart>=0.0.9 itsdangerous>=2.1 httpx>=0.27 openpyxl>=3.1 +pandas>=2.2 pydantic>=2.6