Files
gpt-edit/requirements.txt

21 lines
312 B
Plaintext
Raw Normal View History

2025-08-26 02:57:18 +09:00
# GPT-4 Edit MCP Server Dependencies
# OpenAI API
openai==1.57.0
2025-08-26 04:32:21 +09:00
# Core MCP Server - Updated to latest
mcp==1.13.1
2025-08-26 02:57:18 +09:00
# 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