mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-09-19 10:28:49 +08:00
Updates the requirements on [pypdfium2](https://github.com/pypdfium2-team/pypdfium2) to permit the latest version. - [Release notes](https://github.com/pypdfium2-team/pypdfium2/releases) - [Commits](https://github.com/pypdfium2-team/pypdfium2/compare/5.0.0...5.8.0) --- updated-dependencies: - dependency-name: pypdfium2 dependency-version: 5.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
579 B
TOML
25 lines
579 B
TOML
[project]
|
|
name = "docreader"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10.18"
|
|
dependencies = [
|
|
"beautifulsoup4>=4.14.2",
|
|
"grpcio>=1.76.0",
|
|
"grpcio-health-checking>=1.76.0",
|
|
"grpcio-tools>=1.76.0",
|
|
"lxml>=6.1.0",
|
|
"markitdown[docx,pdf,xls,xlsx]>=0.1.3",
|
|
"pillow>=12.0.0",
|
|
"playwright>=1.55.0",
|
|
"protobuf>=6.33.0",
|
|
"pydantic>=2.13.4",
|
|
"pypdf>=6.1.3",
|
|
"pypdfium2>=5.8.0",
|
|
"python-docx>=1.2.0",
|
|
"requests>=2.32.5",
|
|
"textract==1.5.0",
|
|
"trafilatura>=2.0.0",
|
|
]
|