mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 14:54:57 +01:00
use latest cv2 also for macos
This commit is contained in:
parent
01a38e570c
commit
b9c552ab45
2 changed files with 4 additions and 4 deletions
|
|
@ -37,8 +37,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"colorama>=0.4.6",
|
"colorama>=0.4.6",
|
||||||
"opencv-contrib-python; sys_platform != 'darwin'",
|
"opencv-contrib-python",
|
||||||
"opencv-contrib-python<=4.7.0; sys_platform == 'darwin'",
|
# "opencv-contrib-python<=4.7.0; sys_platform == 'darwin'",
|
||||||
"Pillow",
|
"Pillow",
|
||||||
"protobuf",
|
"protobuf",
|
||||||
"pyzbar",
|
"pyzbar",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
colorama>=0.4.6
|
colorama>=0.4.6
|
||||||
importlib_metadata; python_version<='3.7'
|
importlib_metadata; python_version<='3.7'
|
||||||
opencv-contrib-python; sys_platform != 'darwin'
|
opencv-contrib-python
|
||||||
opencv-contrib-python<=4.7.0; sys_platform == 'darwin'
|
# opencv-contrib-python<=4.7.0; sys_platform == 'darwin'
|
||||||
Pillow
|
Pillow
|
||||||
protobuf
|
protobuf
|
||||||
pyzbar
|
pyzbar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue