From 6522182d4a9503b2f344640e1d3594aa6b8af77d Mon Sep 17 00:00:00 2001 From: roshan Date: Thu, 17 Apr 2025 09:30:34 +0900 Subject: [PATCH] Update Requirements: argos-translate-files srt support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e403f2..e8b1d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "appdirs ==1.4.4", "APScheduler ==3.9.1", "translatehtml ==1.5.2", - "argos-translate-files ==1.2.0", + "argos-translate-files ==1.3.0", "itsdangerous ==2.1.2", "Werkzeug ==2.3.8", "requests ==2.31.0",