diff --git a/pyproject.toml b/pyproject.toml index 4f88f9a..ba3eca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,8 @@ requires-python = ">=3.11" license = { text = "MIT" } dependencies = [ "agno[sqlite]>=1.4.0", + "ollama>=0.3.0", + "openai>=1.0.0", "fastapi>=0.115.0", "uvicorn[standard]>=0.32.0", "jinja2>=3.1.0",