pinned opencv-python to 4.5.5.64 due to bug #676 in version 4.6.0.66

This commit is contained in:
k4yt3x 2022-08-28 19:18:17 +00:00
parent c92805e7bc
commit 045e643867

View File

@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"ffmpeg-python>=0.2.0",
"loguru>=0.6.0",
"opencv-python>=4.5.5.64",
"opencv-python==4.5.5.64",
"pillow>=9.0.1",
"pynput>=1.7.6",
"rich>=12.0.0",