fix: add PyYAML dependency (v0.1.1)
This commit is contained in:
+2
-1
@@ -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 @@
|
|||||||
__version__ = "0.1.0"
|
__version__ = "0.1.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user