# Core dependencies
requests>=2.31.0
mcp>=0.9.0

# Image processing (required for view_image tool)
Pillow>=10.0.0

# Testing (optional, for development)
# Note: pytest-asyncio only needed if you add async tests
pytest>=7.4.0
# pytest-asyncio>=0.21.0  # Uncomment if adding async tests (may have version conflicts)