From 1e542a1e0b1a515958c553db5e16a5210ab1706e Mon Sep 17 00:00:00 2001 From: gilesb Date: Mon, 12 Jan 2026 10:13:42 +0000 Subject: [PATCH] Add numpy and opencv for effect dependencies Effects commonly use numpy and opencv for video processing. Without these, effects fail with confusing "Unknown effect" error. Co-Authored-By: Claude Opus 4.5 --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 56dc9bd..4c8afea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,9 @@ python-multipart>=0.0.6 PyYAML>=6.0 asyncpg>=0.29.0 markdown>=3.5.0 +# Common effect dependencies (used by uploaded effects) +numpy>=1.24.0 +opencv-python-headless>=4.8.0 # Core artdag from GitHub (tracks main branch) git+https://github.com/gilesbradshaw/art-dag.git@main # Shared components