feat(contacts): Initialize Contacts App

This commit is contained in:
Chris Coutinho
2025-08-03 14:15:37 +02:00
parent ad95140416
commit 37b1057d2a
5 changed files with 19 additions and 1 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ dependencies = [
"mcp[cli] (>=1.10,<1.11)",
"httpx (>=0.28.1,<0.29.0)",
"pillow (>=11.2.1,<12.0.0)",
"icalendar (>=6.0.0,<7.0.0)"
"icalendar (>=6.0.0,<7.0.0)",
"pythonvcard4>=0.2.0",
]
[tool.pytest.ini_options]