added black

This commit is contained in:
Hirad 2025-07-08 10:37:34 +03:30
parent 5e7aff4d7f
commit 1effd5f9d4
3 changed files with 45 additions and 6 deletions

View file

@ -9,6 +9,7 @@ description = "CLI tool for translating SRT files using Gemini AI"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"black>=25.1.0",
"chardet>=5.2.0",
"click>=8.2.1",
"gemini-srt-translator>=2.1.3",