# Virtual Character MCP Server - Development Dependencies
# These are only needed for development and testing, not production
# They should be installed in the CI environment, not the service container

# Testing dependencies
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0

# Type checking
ty>=0.0.1a6  # Fast type checker from Astral (ruff team)
types-pyyaml>=6.0
types-pillow>=10.0

# Code quality tools (handled by CI container)
ruff>=0.14.0  # Fast linter/formatter - replaces black, flake8, isort, pylint
