MedResearcher/pyproject.toml

17 lines
339 B
TOML
Raw Permalink Normal View History

[project]
name = "medresearcher"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"agno>=1.7.12",
"httpx[socks]>=0.28.1",
"langextract>=1.0.8",
"ollama>=0.5.3",
"openai>=1.101.0",
"pydantic",
"pyyaml>=6.0.2",
"requests>=2.32.5",
]