simple-calculator / pyproject.toml
Gianpaolo Macario
build: add dependency on "gradio[mcp]"
97d1c73
raw
history blame
191 Bytes
[project]
name = "simple-calculator"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio[mcp]>=5.32.1",
]