mirror of
https://github.com/latinogino/dolibarr-mcp.git
synced 2026-04-11 21:45:34 +02:00
22 lines
349 B
Plaintext
22 lines
349 B
Plaintext
# Core MCP dependencies
|
|
mcp>=1.0.0
|
|
|
|
# HTTP and async support
|
|
aiohttp>=3.9.0
|
|
|
|
# Data validation and settings
|
|
pydantic>=2.5.0
|
|
pydantic-settings>=2.0.0
|
|
python-dotenv>=1.0.0
|
|
|
|
# CLI support
|
|
click>=8.1.0
|
|
|
|
# HTTP server runtime for Streamable HTTP transport
|
|
uvicorn>=0.25.0
|
|
|
|
# Development and testing
|
|
pytest>=7.4.0
|
|
pytest-asyncio>=0.21.0
|
|
pytest-cov>=4.1.0
|