From 0d1f2593d3be8f1885271579bf3209307f92bb0a Mon Sep 17 00:00:00 2001 From: ened Date: Tue, 26 Aug 2025 02:57:18 +0900 Subject: [PATCH] update packages --- requirements.txt | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index bf251b6..0bba94a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,20 @@ -openai>=1.51.0 -mcp>=0.1.0 -pillow>=10.0.0 -python-dotenv>=1.0.0 -aiofiles>=23.0.0 -pytest>=7.4.0 -pytest-asyncio>=0.21.0 +# GPT-4 Edit MCP Server Dependencies + +# OpenAI API +openai==1.57.0 + +# Core MCP Server +mcp==1.2.0 + +# 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