mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-12 17:59:48 +01:00
use latest version of opencv also for macos
This commit is contained in:
@@ -40,8 +40,7 @@ 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'",
|
|
||||||
"Pillow",
|
"Pillow",
|
||||||
"protobuf",
|
"protobuf",
|
||||||
"pyzbar",
|
"pyzbar",
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
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'
|
|
||||||
Pillow
|
Pillow
|
||||||
protobuf
|
protobuf
|
||||||
pyzbar
|
pyzbar
|
||||||
|
|||||||
Reference in New Issue
Block a user