From 31a995043759b16c4a70fd9e3dda728e87d049ac Mon Sep 17 00:00:00 2001 From: Justin Barnett Date: Sat, 22 Mar 2025 18:22:11 -0400 Subject: [PATCH] removed some dependencies --- Python/pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Python/pyproject.toml b/Python/pyproject.toml index 423cf5f..5573640 100644 --- a/Python/pyproject.toml +++ b/Python/pyproject.toml @@ -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)." readme = "README.md" requires-python = ">=3.12" -dependencies = [ - "httpx>=0.27.2", - "mcp[cli]>=1.4.1", - "uvicorn>=0.29.0", - "fastapi>=0.111.0", -] +dependencies = ["httpx>=0.27.2", "mcp[cli]>=1.4.1"] [build-system] requires = ["setuptools>=64.0.0", "wheel"]