# Core runtime dependencies. The authoritative package metadata is in
# pyproject.toml; this file is kept for users who prefer requirements files.
anthropic>=0.34.0
openai>=1.45.0
google-genai>=1.0.0
pandas>=2.0.0
requests>=2.25.1
python-dotenv>=1.0.0
tqdm>=4.65.0
colorama>=0.4.6

# Optional extras:
#   pip install -e ".[gui]"        # Streamlit graphical interface
#   pip install -e ".[local]"      # Ollama local-model support
#   pip install -e ".[dev]"        # tests, linting, formatting
