移除tiktoken依赖

This commit is contained in:
xunbu
2026-01-10 23:40:40 +08:00
parent 520adf6fd5
commit bef797fdc2
4 changed files with 29 additions and 83 deletions

View File

@@ -21,7 +21,6 @@ dependencies = [
"httpx>=0.28.1",
"python-pptx>=1.0.2",
"pypdf>=6.4.2",
"tiktoken>=0.12.0",
]
dynamic = ["version"]