From 7198b6b173b2a84b307a2f08b78b565786457726 Mon Sep 17 00:00:00 2001 From: AlexanderWhitestone <8633216+AlexanderWhitestone@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:01:33 -0500 Subject: [PATCH] fix: add missing requests dependency to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3e36c01..889d4fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ dependencies = [ "websockets>=12.0", "GitPython>=3.1.40", "moviepy>=2.0.0", + "requests>=2.31.0", ] [project.optional-dependencies]