From 1ed4c0fd84e419f8d1b4ecaa06489c3bce2b6159 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 2 Sep 2024 09:49:34 +0200 Subject: [PATCH] add xlrd to the requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 06ccc67..1914c8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ requests==2.31.0 PyJWT==2.8.0 httpx[http2]==0.27.0 pandas==2.2.2 +xlrd==2.0.1