From 128719a3668744b9210e77f4b4265c3a8087dc1f Mon Sep 17 00:00:00 2001 From: Guillaume Charest <1690085+gcharest@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:04:35 +0000 Subject: [PATCH] feat: install pandas --- app/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/requirements.txt b/app/requirements.txt index 965e6d53..aa593332 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -14,6 +14,7 @@ google-api-core==2.19.2 google-auth==2.33.0 httpx==0.27.2 itsdangerous==2.2.0 +pandas==2.2.3 PyJWT==2.9.0 PyYAML!=6.0.0,!=5.4.0,!=5.4.1 python-dotenv==0.21.1