Skip to content

Commit 6b163cd

Browse files
committed
update manually Pipfiles and try to fix Depandabot errors
fixed version colorama to 0.4.6 and qreader to 1.3.2
1 parent c9d30e8 commit 6b163cd

File tree

2 files changed

+301
-256
lines changed

2 files changed

+301
-256
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
colorama = ">0.4.5"
7+
colorama = "0.4.6"
88
opencv-contrib-python = "*"
99
# for macOS: opencv-contrib-python = "<=4.7.0"
1010
pillow = "*"
1111
pyzbar = "*"
1212
protobuf = "*"
1313
qrcode = "*"
14-
qreader = "<2.0.0"
14+
qreader = "1.3.2"
1515

1616
[dev-packages]
1717
build = "*"

0 commit comments

Comments
 (0)