academia_mcp_gradio / pyproject.toml
IlyaGusev's picture
Initial commit
adf08f3
raw
history blame contribute delete
190 Bytes
[project]
name = "academia-mcp-gradio"
version = "0.0.1"
description = ""
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"academia-mcp>=0.0.2",
"gradio>=5.32.1",
]