removed some dependencies

main
Justin Barnett 2025-03-22 18:22:11 -04:00
parent f52b5b4424
commit 31a9950437
1 changed files with 1 additions and 6 deletions

View File

@ -4,12 +4,7 @@ version = "0.1.0"
description = "Unity MCP Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)." description = "Unity MCP Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = [ dependencies = ["httpx>=0.27.2", "mcp[cli]>=1.4.1"]
"httpx>=0.27.2",
"mcp[cli]>=1.4.1",
"uvicorn>=0.29.0",
"fastapi>=0.111.0",
]
[build-system] [build-system]
requires = ["setuptools>=64.0.0", "wheel"] requires = ["setuptools>=64.0.0", "wheel"]