add PyYAML which was pulled via client I guess

This commit is contained in:
Ashwin Bharambe 2025-11-06 11:56:37 -08:00
parent 2221cc2cc4
commit 3b7c421384
2 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Information Analysis",
]
dependencies = [
"PyYAML>=6.0",
"aiohttp",
"fastapi>=0.115.0,<1.0", # server
"fire", # for MCP in LLS client