From 6265f5ff6cb8598d519b9137b297260921212c14 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 10 Oct 2024 00:18:41 -0700 Subject: [PATCH] downgrade qrcode on legacy Windows --- src/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index e693c7134..bbd3ae504 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -35,7 +35,8 @@ python-snap7==1.3; python_version < '3.10' # last Python 3.9 release python-snap7==2.0.0; python_version >= '3.10' Phidget22==1.20.20240911 Unidecode==1.3.8 -qrcode==8.0 +qrcode==8.0; python_version >= '3.10' +qrcode==7.4.2; python_version < '3.9' # last Python 3.8 release requests==2.32.3 requests-file==2.1.0 pyusb==1.2.1