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

View File

@@ -1,13 +1,14 @@
[project]
name = "crewai-cli"
dynamic = ["version"]
description = "CLI for CrewAI - scaffold, run, deploy and manage AI agent crews without installing the full framework."
description = "CLI for CrewAI scaffold, run, deploy and manage AI agent crews."
readme = "README.md"
authors = [
{ name = "Joao Moura", email = "joao@crewai.com" }
]
requires-python = ">=3.10, <3.14"
dependencies = [
"crewai>=1.14.5a2",
"click~=8.1.7",
"pydantic>=2.11.9,<2.13",
"pydantic-settings~=2.10.1",