Promotes zxing to be install for all platforms in the Docker image

This commit is contained in:
Trenton H
2025-01-29 08:10:38 -08:00
parent 311b259cff
commit bc8eb972c3
3 changed files with 6 additions and 8 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]