From 713863dc0b9a0fad3b49199abc37efbfd5f68dc8 Mon Sep 17 00:00:00 2001 From: Chaitanya045 Date: Sat, 2 Aug 2025 18:28:26 +0530 Subject: [PATCH] Added Pandas to sandbox docker image. --- backend/sandbox/docker/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/sandbox/docker/requirements.txt b/backend/sandbox/docker/requirements.txt index fae0febe..dc10dd11 100644 --- a/backend/sandbox/docker/requirements.txt +++ b/backend/sandbox/docker/requirements.txt @@ -3,4 +3,5 @@ uvicorn==0.34.0 pyautogui==0.9.54 pillow==10.2.0 pydantic==2.6.1 -pytesseract==0.3.13 \ No newline at end of file +pytesseract==0.3.13 +pandas==2.3.0 \ No newline at end of file