增加regex
This commit is contained in:
@@ -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
2
uv.lock
generated
@@ -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" },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user