mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-23 15:18:14 +00:00
chore: move file processing deps to optional dependencies
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user