# Core dependencies
rapidfuzz>=3.0.0
numpy>=2.0.0
click>=8.0.0
python-dotenv>=1.0.0

# API dependencies (optional - only needed for API server)
# Install with: pip install "quran-ayah-lookup[api]"
fastapi>=0.104.0
uvicorn[standard]>=0.24.0

# Development dependencies (install with: pip install -r requirements-dev.txt)
# Or use: pip install -e ".[dev]" to install from pyproject.toml