unity-mcp/Python/pyproject.toml

11 lines
196 B
TOML
Raw Normal View History

2025-03-18 19:00:50 +08:00
[project]
name = "unity"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"httpx>=0.28.1",
"mcp[cli]>=1.4.1",
]