From 1c05305a9823114450679b6fe990ac7f2c6e1fea Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 21 Jun 2026 15:26:02 -0400 Subject: [PATCH] chore(deps): add yt-dlp, cv2, imagehash, pillow, youtube-transcript-api, winsdk, pytesseract for video_analysis campaign --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7bd74d0f..47a45c1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,13 @@ dependencies = [ "chromadb~=1.5.8", "typing_extensions>=4.5.0,<5.0.0", + "yt-dlp>=2026.6.0", + "opencv-python~=4.10.0", + "imagehash~=4.3.1", + "pillow~=11.0.0", + "youtube-transcript-api~=0.6.2", + "winsdk<=1.0.0b10", + "pytesseract~=0.3.10", ] [project.optional-dependencies]