- Add component_registry.py with version-locked registry loading - Create dmc_2_5.json with 39 components for DMC 2.5.1/Mantine 7 - Add generate-dmc-registry.py script for future registry generation - Update dependencies to DMC >=2.0.0 (installs 2.5.1) - Includes prop validation with typo detection Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
195 B
Plaintext
16 lines
195 B
Plaintext
# MCP SDK
|
|
mcp>=0.9.0
|
|
|
|
# Visualization
|
|
plotly>=5.18.0
|
|
dash>=2.14.0
|
|
dash-mantine-components>=2.0.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|
|
pydantic>=2.5.0
|
|
|
|
# Testing
|
|
pytest>=7.4.3
|
|
pytest-asyncio>=0.23.0
|