chore: move file processing deps to optional dependencies

This commit is contained in:
Greyson LaLonde
2026-01-21 20:52:15 -05:00
parent 4c0d99601c
commit 204a1cece7
2 changed files with 7 additions and 21 deletions

View File

@@ -39,8 +39,6 @@ dependencies = [
"mcp~=1.16.0",
"uv~=0.9.13",
"aiosqlite~=0.21.0",
"python-magic>=0.4.27",
"aiocache~=0.12.3",
]
[project.urls]
@@ -100,15 +98,11 @@ a2a = [
"httpx-sse~=0.4.0",
"aiocache[redis,memcached]~=0.12.3",
]
image-processing = [
"Pillow~=10.4.0",
]
pdf-processing = [
"pypdf~=4.0.0",
]
file-processing = [
"Pillow~=10.4.0",
"pypdf~=4.0.0",
"python-magic>=0.4.27",
"aiocache~=0.12.3",
]