# GIMP MCP Server Demonstration Requirements
# Core dependencies for running demonstration scripts

# MCP Framework
mcp>=1.0.0
fastmcp>=0.9.0

# GIMP Integration
PyGObject>=3.42.0
pycairo>=1.20.0

# Image Processing and Utilities
Pillow>=9.0.0
numpy>=1.21.0
matplotlib>=3.5.0
seaborn>=0.11.0

# Performance and Benchmarking
psutil>=5.8.0
memory-profiler>=0.60.0
line-profiler>=3.5.0
cProfile>=1.0.0

# Data Analysis and Visualization
pandas>=1.4.0
plotly>=5.0.0
jupyter>=1.0.0

# Testing and Validation
pytest>=7.0.0
pytest-asyncio>=0.20.0
pytest-benchmark>=4.0.0

# Utilities
tqdm>=4.64.0
colorama>=0.4.4
click>=8.0.0
rich>=12.0.0
tabulate>=0.9.0

# Development Tools
black>=22.0.0
flake8>=4.0.0
mypy>=0.950

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0