# pdf-autofillr — umbrella package requirements
# This file lists requirements for the FULL stack (all modules).
# For individual combinations, use the extras in pyproject.toml:
#   pip install pdf-autofillr[chatbot]
#   pip install pdf-autofillr[doc-upload]
#   pip install pdf-autofillr[chatbot,rag]
#   pip install pdf-autofillr[all]

# ── Core (shared by all modules) ─────────────────────────────
python-dotenv>=1.0.0
litellm>=1.30.0
pydantic>=2.0.0
pydantic-settings>=2.0.0

# ── Chatbot ───────────────────────────────────────────────────
pdf-autofillr-chatbot>=0.1.0
fuzzywuzzy>=0.18.0
python-levenshtein>=0.12.0
aiohttp>=3.8.0
httpx>=0.24.0

# ── Doc Upload ────────────────────────────────────────────────
pdf-autofillr-doc-upload>=0.1.0
PyMuPDF>=1.23.0
python-docx>=1.1.0
python-pptx>=0.6.21
openpyxl>=3.1.0

# ── Mapper ────────────────────────────────────────────────────
pdf-autofillr-mapper>=1.0.0
tiktoken>=0.5.0
tenacity>=8.2.0
requests>=2.31.0
numpy>=1.24.0
tqdm>=4.66.0

# ── RAG ───────────────────────────────────────────────────────
pdf-autofillr-rag>=0.2.0
scikit-learn>=1.4.0
sentence-transformers>=2.3.1
torch>=2.0.0
python-dateutil>=2.8.2

# ── Server ────────────────────────────────────────────────────
fastapi>=0.100.0
uvicorn[standard]>=0.20.0
python-multipart>=0.0.6
