Breaking: Remove pybzar as a barcode reader (#12065)

This commit is contained in:
Trenton H
2026-02-13 08:14:00 -08:00
committed by GitHub
parent 1c70d3f8a8
commit 8db1c4e08b
18 changed files with 73 additions and 212 deletions

View File

@@ -1106,11 +1106,6 @@ CONSUMER_BARCODE_STRING: Final[str] = os.getenv(
"PATCHT",
)
CONSUMER_BARCODE_SCANNER: Final[str] = os.getenv(
"PAPERLESS_CONSUMER_BARCODE_SCANNER",
"PYZBAR",
).upper()
CONSUMER_ENABLE_ASN_BARCODE: Final[bool] = __get_boolean(
"PAPERLESS_CONSUMER_ENABLE_ASN_BARCODE",
)