fix(cli): declare crewai dependency and drop standalone claim from docs

This commit is contained in:
Greyson Lalonde
2026-05-05 09:21:52 +08:00
parent a136d63dde
commit d1934dabc0
3 changed files with 8 additions and 3 deletions

2
uv.lock generated
View File

@@ -1436,6 +1436,7 @@ source = { editable = "lib/cli" }
dependencies = [
{ name = "appdirs" },
{ name = "click" },
{ name = "crewai" },
{ name = "cryptography" },
{ name = "httpx" },
{ name = "packaging" },
@@ -1454,6 +1455,7 @@ dependencies = [
requires-dist = [
{ name = "appdirs", specifier = "~=1.4.4" },
{ name = "click", specifier = "~=8.1.7" },
{ name = "crewai", editable = "lib/crewai" },
{ name = "cryptography", specifier = ">=42.0" },
{ name = "httpx", specifier = "~=0.28.1" },
{ name = "packaging", specifier = ">=23.0" },