# Core MCP server dependencies
fastmcp>=0.3.0

# PowerPoint manipulation
python-pptx>=1.0.0

# Environment configuration
python-dotenv>=1.0.0

# YAML parsing for frontmatter
pyyaml>=6.0.0

# PlaceKitten image processing dependencies
opencv-python>=4.8.0
Pillow>=10.0.0
numpy>=1.24.0

# Testing dependencies
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
pytest-xdist>=3.0.0
pytest-html>=3.0.0

# Standard library dependencies (included with Python)
# asyncio
# json
# os
# shutil
# collections.abc
# contextlib
# dataclasses
