web package

This commit is contained in:
John Lancaster
2026-06-18 21:15:54 -05:00
parent 4b1a261b2d
commit b6010775ad
11 changed files with 277 additions and 28 deletions
+3
View File
@@ -3,8 +3,11 @@ name = "prompts"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.0",
"fastmcp>=2.10.0",
"pydantic-settings>=2.0.0",
"pyyaml>=6.0.2",
"uvicorn[standard]>=0.34.0",
"zensical>=0.0.45",
]