# Core ML / Hugging Face
transformers>=4.40.0,<5.0.0
torch>=2.2.0
sentencepiece>=0.2.0
sacremoses>=0.1.1

# Configuration & environment
pyyaml>=6.0.1
python-dotenv>=1.0.1

# API layer
fastapi>=0.111.0
uvicorn[standard]>=0.29.0
pydantic>=2.7.0

# UI
gradio>=4.31.0

# CLI
click>=8.1.7

# Testing
pytest>=8.2.0
pytest-asyncio>=0.23.6
httpx>=0.27.0        # async test client for FastAPI

# Utilities
tqdm>=4.66.0
