image display basic functionality

This commit is contained in:
Tim Bendt
2025-05-16 17:17:37 -06:00
parent fc57e201a2
commit bec09bade8
7 changed files with 1187 additions and 117 deletions

View File

@@ -8,12 +8,16 @@ dependencies = [
"aiohttp>=3.11.18",
"html2text>=2025.4.15",
"mammoth>=1.9.0",
"markitdown[all]>=0.1.1",
"msal>=1.32.3",
"openai>=1.78.1",
"orjson>=3.10.18",
"pillow>=11.2.1",
"python-dateutil>=2.9.0.post0",
"python-docx>=1.1.2",
"rich>=14.0.0",
"textual>=3.2.0",
"textual-image>=0.8.2",
]
[dependency-groups]