From 08ce2db51039c2ad71391f0cfeb7a0d3b00a16d6 Mon Sep 17 00:00:00 2001 From: zowue Date: Sun, 5 Apr 2026 14:00:10 +0300 Subject: [PATCH] chore(deps): Replace duplicate qrcode with opencv and pyzbar --- code/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/requirements.txt b/code/requirements.txt index 4740c23..f3c3ebd 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -5,4 +5,5 @@ numpy>=1.24.0 ggwave>=0.4.2 qrcode>=7.4.2 pillow>=10.0.0 -qrcode \ No newline at end of file +opencv-python>=4.8.0 +pyzbar>=0.1.9 \ No newline at end of file