WIP simplifying load/startup
This commit is contained in:
@@ -6,6 +6,7 @@ dependencies = [
|
||||
"fastapi>=0.115.0",
|
||||
"fastmcp>=2.10.0",
|
||||
"pydantic-settings>=2.0.0",
|
||||
"python-json-logger>=4.1.0",
|
||||
"pyyaml>=6.0.2",
|
||||
"uvicorn[standard]>=0.34.0",
|
||||
"zensical>=0.0.45",
|
||||
@@ -21,6 +22,9 @@ build-backend = "hatchling.build"
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/personal_mcp"]
|
||||
|
||||
[tool.hatch.build.targets.wheel.force-include]
|
||||
docs = "personal_mcp/docs"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ipywidgets>=8.1.8",
|
||||
|
||||
Reference in New Issue
Block a user