declarative dockerfile

This commit is contained in:
Taylor Wilsdon
2026-03-09 12:52:00 -04:00
parent d3fde86296
commit 7c550e55b2
4 changed files with 39 additions and 6 deletions

View File

@@ -58,6 +58,9 @@ Changelog = "https://github.com/taylorwilsdon/google_workspace_mcp/releases"
workspace-mcp = "main:main"
[project.optional-dependencies]
disk = [
"py-key-value-aio[disk]>=0.3.0",
]
valkey = [
"py-key-value-aio[valkey]>=0.3.0",
]
@@ -80,6 +83,9 @@ dev = [
]
[dependency-groups]
disk = [
"py-key-value-aio[disk]>=0.3.0",
]
valkey = [
"py-key-value-aio[valkey]>=0.3.0",
]