增加regex

This commit is contained in:
xunbu
2026-01-19 09:52:22 +08:00
parent 6a2563bed6
commit cd218a5ad0
2 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ dependencies = [
"httpx>=0.28.1", "httpx>=0.28.1",
"python-pptx>=1.0.2", "python-pptx>=1.0.2",
"pypdf>=6.4.2", "pypdf>=6.4.2",
"regex>=2025.11.3",
] ]
dynamic = ["version"] dynamic = ["version"]

2
uv.lock generated
View File

@@ -383,6 +383,7 @@ dependencies = [
{ name = "pysubs2" }, { name = "pysubs2" },
{ name = "python-docx" }, { name = "python-docx" },
{ name = "python-pptx" }, { name = "python-pptx" },
{ name = "regex" },
{ name = "srt" }, { name = "srt" },
{ name = "xlsx2html" }, { name = "xlsx2html" },
] ]
@@ -420,6 +421,7 @@ requires-dist = [
{ name = "pysubs2", specifier = ">=1.8.0" }, { name = "pysubs2", specifier = ">=1.8.0" },
{ name = "python-docx", specifier = ">=1.2.0" }, { name = "python-docx", specifier = ">=1.2.0" },
{ name = "python-pptx", specifier = ">=1.0.2" }, { name = "python-pptx", specifier = ">=1.0.2" },
{ name = "regex", specifier = ">=2025.11.3" },
{ name = "srt", specifier = ">=3.5.3" }, { name = "srt", specifier = ">=3.5.3" },
{ name = "xlsx2html", specifier = ">=0.6.2" }, { name = "xlsx2html", specifier = ">=0.6.2" },
] ]