Files
flux1-edit/requirements.txt
2025-08-26 03:27:45 +09:00

23 lines
358 B
Plaintext

# FLUX.1 Edit MCP Server Dependencies
# Core MCP Server
mcp==1.2.0
# HTTP Client for FLUX API - using stable version
aiohttp==3.9.5
# Image Processing
Pillow==11.0.0
# Environment and Configuration
python-dotenv==1.0.1
# Data Validation
pydantic==2.10.3
# Development and Testing
pytest==8.3.4
pytest-asyncio==0.25.0
pytest-mock==3.14.0
black==24.10.0