# Blender MCP Server Requirements
# These packages are automatically installed by the addon on first run
# You can also manually install them using Blender's Python
# Core MCP Server Dependencies
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.0.0
docstring-parser>=0.15
# Numerical Computing
numpy>=1.24.0
# PolyMCP - Required for agent orchestration
# Install from GitHub:
# pip install git+https://github.com/llm-use/Polymcp.git
# Optional: For development and testing
# pytest>=7.4.0
# black>=23.0.0
# flake8>=6.0.0
# Note: The addon automatically handles dependency installation
# Manual installation only needed if auto-install fails or for development