From 69ad97e5c480135d1ca2739c977dfc512b5749b3 Mon Sep 17 00:00:00 2001 From: leminlimez <59540996+leminlimez@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:47:40 -0400 Subject: [PATCH] add opencv to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8fe206..0abc5ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ pymobiledevice3 PySide6-Essentials PyInstaller -ffmpeg-python \ No newline at end of file +ffmpeg-python +opencv-python \ No newline at end of file