Merge pull request #66 from AlexanderWhitestone/fix/missing-requests-dependency

This commit is contained in:
Alexander Whitestone
2026-02-26 21:05:12 -05:00
committed by GitHub

View File

@@ -25,6 +25,7 @@ dependencies = [
"websockets>=12.0",
"GitPython>=3.1.40",
"moviepy>=2.0.0",
"requests>=2.31.0",
]
[project.optional-dependencies]