adding file browsing

This commit is contained in:
Tim Bendt
2025-05-09 13:55:12 -06:00
parent e465825f16
commit 9ad483dca8
6 changed files with 509 additions and 155 deletions

View File

@@ -7,9 +7,11 @@ requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.11.18",
"html2text>=2025.4.15",
"mammoth>=1.9.0",
"msal>=1.32.3",
"orjson>=3.10.18",
"python-dateutil>=2.9.0.post0",
"python-docx>=1.1.2",
"rich>=14.0.0",
"textual>=3.2.0",
]