feat: web.py endpoint config + retrying HTTP helper

This commit is contained in:
2026-06-28 20:49:48 -05:00
parent 5a6ac5f8e4
commit 5d7881c4ca
4 changed files with 132 additions and 0 deletions

View File

@@ -13,3 +13,6 @@ jsonschema>=4.0
# markitdown # DOCX/PPTX/XLSX/HTML -> md
# marker-pdf # heavier, ML/GPU, OCRs scanned PDFs
# docling # heavier, ML/GPU, messy layouts/tables
# Dev/test tooling (not needed at runtime; web.py is stdlib-only).
pytest>=8.0