BioMedNorm-MCP-Server / pyproject.toml
RohanKarthikeyan's picture
Upload 9 files
046bc11 verified
raw
history blame
240 Bytes
[project]
name = "biomednorm-mcp-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"oaklib>=0.6.23",
"openai>=1.84.0",
"python-dotenv>=1.1.0",
]