Files
gpt-edit/requirements.txt
2025-08-26 04:32:21 +09:00

21 lines
312 B
Plaintext

# GPT-4 Edit MCP Server Dependencies
# OpenAI API
openai==1.57.0
# Core MCP Server - Updated to latest
mcp==1.13.1
# Image Processing
Pillow==11.0.0
# Environment and Configuration
python-dotenv==1.0.1
# Async File Operations
aiofiles==24.1.0
# Development and Testing
pytest==8.3.4
pytest-asyncio==0.25.0