# MCP Server Templates - Development Dependencies
# Template deployment system - does not require fastmcp directly
# (fastmcp is only needed inside the Docker containers for individual templates)

# Testing framework
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-timeout>=2.1.0
pytest-cov>=4.0.0

# Testing utilities
pytest-mock>=3.10.0
responses>=0.23.0

# HTTP client for testing
requests>=2.28.0

# YAML parsing for configuration
PyYAML>=6.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocs-awesome-pages-plugin>=2.9.0

# Code quality tools
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
bandit>=1.7.0
mypy>=1.0.0
ruff>=0.1.0
pre-commit>=3.0.0

# Build tools
build>=0.10.0
wheel>=0.40.0

# Rich console output (for tests)
rich>=13.0.0

# Backend
docker
