updated dependency versions

main
Justin Barnett 2025-03-22 18:21:28 -04:00
parent 9a714dcfd5
commit 33f6f4268f
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,12 @@ 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.28.1", "mcp[cli]>=1.4.1"]
dependencies = [
"httpx>=0.27.2",
"mcp[cli]>=1.4.1",
"uvicorn>=0.29.0",
"fastapi>=0.111.0",
]
[build-system]
requires = ["setuptools>=64.0.0", "wheel"]