ghostDance / pyproject.toml
nbiish
feat: implement native Gradio MCP server support
554ba9b unverified
raw
history blame contribute delete
231 Bytes
[project]
name = "ghostdance"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"docling>=2.66.0",
"gradio[mcp]>=6.2.0",
"streamlit>=1.40.2",
]