Skip to content

Commit c3ed144

Browse files
Merge pull request #48 from andreasgriffin/pyzbar
Pyzbar branch
2 parents 908856f + b1fe235 commit c3ed144

File tree

2 files changed

+32
-28
lines changed

2 files changed

+32
-28
lines changed

poetry.lock

Lines changed: 30 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ bdkpython ="^0.32.0"
2020
pygame ="^2.6.1"
2121
mss ="^9.0.1"
2222
hwi = "^3.0.0"
23-
pyzbar = "^0.1.9"
23+
# pyzbar = "^0.1.9"
2424
segno = "1.6.1"
2525
pyqrcode = "^1.2.1"
2626
pillow = "^10.4.0"
2727
numpy = "^2.0.1"
2828
opencv-python-headless = "^4.10.0.84"
29+
pyzbar = { git = "https://github.com/andreasgriffin/pyzbar.git", branch = "mac-fix" } # "^0.7.9"
2930

3031

3132
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)