fix: add PyYAML dependency (v0.1.1)

This commit is contained in:
2026-04-15 12:36:47 +02:00
parent 3f3828f3c4
commit 6c3c3c9b48
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "mcp-familywall" name = "mcp-familywall"
version = "0.1.0" version = "0.1.1"
description = "MCP server for Family Wall — read your family's lists and tasks via Claude" description = "MCP server for Family Wall — read your family's lists and tasks via Claude"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
@@ -15,6 +15,7 @@ keywords = ["mcp", "familywall", "family", "tasks", "lists"]
dependencies = [ dependencies = [
"mcp[cli]>=1.0", "mcp[cli]>=1.0",
"httpx>=0.27", "httpx>=0.27",
"pyyaml>=6.0",
"keyring>=25.0", "keyring>=25.0",
"click>=8.0", "click>=8.0",
"rich>=13.0", "rich>=13.0",
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.1.0" __version__ = "0.1.1"