mirror of
https://github.com/dnlbauer/cordra-mcp.git
synced 2026-09-10 13:45:30 +00:00
fix: add missing dependencies
This commit is contained in:
@@ -9,7 +9,7 @@ readme = "README.md"
|
||||
license = "MIT"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"mcp>=1.2.0",
|
||||
"mcp[cli]>=1.2.0",
|
||||
"pydantic>=2.0.0",
|
||||
"pydantic-settings>=2.0.0",
|
||||
"requests>=2.25.0",
|
||||
@@ -57,5 +57,7 @@ addopts = "-v"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"mypy>=1.16.1",
|
||||
"pytest-asyncio>=1.0.0",
|
||||
"ruff>=0.12.1",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user