23 lines
358 B
Plaintext
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
|