Files
imagen4/requirements.txt

18 lines
275 B
Plaintext
Raw Permalink Normal View History

2025-08-26 02:57:41 +09:00
# Imagen4 MCP Server Dependencies
# Google AI API
google-genai==0.8.3
2025-08-26 04:32:41 +09:00
# Core MCP Server - Updated to latest
mcp==1.13.1
2025-08-26 02:57:41 +09:00
# Environment and Configuration
python-dotenv==1.0.1
# Image Processing
Pillow==11.0.0
# Development and Testing
pytest==8.3.4
pytest-asyncio==0.25.0