Files
flux1-edit/requirements.txt

23 lines
398 B
Plaintext
Raw Permalink Normal View History

2025-08-26 02:35:44 +09:00
# FLUX.1 Edit MCP Server Dependencies
2025-08-26 04:33:33 +09:00
# Core MCP Server - Updated to latest
mcp==1.13.1
2025-08-26 02:35:44 +09:00
2025-08-26 03:27:45 +09:00
# HTTP Client for FLUX API - using stable version
aiohttp==3.9.5
2025-08-26 02:35:44 +09:00
# Image Processing
Pillow==11.0.0
# Environment and Configuration
python-dotenv==1.0.1
2025-08-26 04:33:33 +09:00
# Data Validation - Updated with MCP
pydantic==2.11.7
2025-08-26 02:35:44 +09:00
2025-08-26 03:27:45 +09:00
# Development and Testing
2025-08-26 02:35:44 +09:00
pytest==8.3.4
pytest-asyncio==0.25.0
pytest-mock==3.14.0
black==24.10.0