mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-23 15:18:14 +00:00
chore: add file processing dependencies
- Add python-magic and aiocache to core dependencies - Add optional image-processing group (Pillow) - Add optional pdf-processing group (pypdf) - Add optional file-processing group (both)
This commit is contained in:
@@ -39,6 +39,8 @@ dependencies = [
|
||||
"mcp~=1.16.0",
|
||||
"uv~=0.9.13",
|
||||
"aiosqlite~=0.21.0",
|
||||
"python-magic>=0.4.27",
|
||||
"aiocache~=0.12.3",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
@@ -98,6 +100,16 @@ 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",
|
||||
]
|
||||
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user