From 798cf4bfd5075bcbd38614da523328e9f89f7bb0 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Wed, 22 Apr 2026 17:43:21 +0300 Subject: [PATCH] feat(5-03-06): add openpyxl to backend dependencies for Excel export support --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index e950e654..ba55e488 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,3 +23,4 @@ python-magic>=0.4.27 fuzzywuzzy==0.18.0 beautifulsoup4>=4.12.0 aiohttp>=3.9.0 +openpyxl>=3.10.0