-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
17 lines (15 loc) · 917 Bytes
/
Copy pathrequirements.txt
File metadata and controls
17 lines (15 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# markitdown-skill dependencies
#
# Bounded (upper-capped) rather than fully pinned, so the skill keeps working
# with patch releases while a breaking major/minor cannot slip in silently.
# For byte-reproducible installs, replace the range with the exact version you
# verified locally (see `pip show markitdown`) — ClawHub/SkillHub reviewers
# specifically look for a deliberate, documented pinning strategy.
markitdown[all]>=0.1.3,<1.0
# Optional, only needed for `--llm-model` image descriptions / document analysis.
# Disabled by default and never used without explicit user consent.
# openai>=1.0,<2.0
# System (non-pip) dependencies, install via your package manager:
# ffmpeg - audio/video transcription (apt: ffmpeg / brew: ffmpeg)
# chromium - SPA render fallback on Linux (apt: chromium / brew: chromium)
# exiftool - optional image EXIF metadata (apt: libimage-exiftool-perl)