Bundle srt module with edge-tts (#393)

Fixes https://github.com/rany2/edge-tts/issues/383

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
rany2
2025-08-05 13:43:57 +03:00
committed by GitHub
parent f78c8ece0a
commit 36d3006df5
7 changed files with 338 additions and 15 deletions

View File

@@ -6,7 +6,6 @@ setup(
install_requires=[
"aiohttp>=3.8.0,<4.0.0",
"certifi>=2023.11.17",
"srt>=3.4.1,<4.0.0",
"tabulate>=0.4.4,<1.0.0",
"typing-extensions>=4.1.0,<5.0.0",
],