Feature: Enable zxing for all platforms (#8947)

This commit is contained in:
Trenton H
2025-01-30 07:43:23 -08:00
committed by GitHub
parent 311b259cff
commit 427508edf1
4 changed files with 6 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ uvicorn = {extras = ["standard"], version = "==0.25.0"}
watchdog = "~=6.0"
whitenoise = "~=6.8"
whoosh = "~=2.7"
zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"}
zxing-cpp = "*"
[dev-packages]