From a0dc300f87654234ababfb66ece93a24966cc21d Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Tue, 22 Oct 2024 16:25:35 +0200
Subject: [PATCH] also install pil

---
 src/strass/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/strass/requirements.txt b/src/strass/requirements.txt
index f7db2bab..5e13700e 100644
--- a/src/strass/requirements.txt
+++ b/src/strass/requirements.txt
@@ -22,7 +22,7 @@ pulp
 tblib # needed when running django tests in parallele to get the error when failing
 tqdm
 gunicorn
-qrcode
+qrcode[pil]
 python-magic # to check mime type
 django-csp
 #END OF FILE
-- 
GitLab