mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 01:32:36 +00:00
fix(cli): declare crewai dependency and drop standalone claim from docs
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# crewai-cli
|
||||
|
||||
CLI for CrewAI - scaffold, run, deploy and manage AI agent crews without installing the full framework.
|
||||
CLI for CrewAI — scaffold, run, deploy and manage AI agent crews.
|
||||
|
||||
The CLI depends on the `crewai` framework and pulls it in automatically.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -8,7 +10,7 @@ CLI for CrewAI - scaffold, run, deploy and manage AI agent crews without install
|
||||
pip install crewai-cli
|
||||
```
|
||||
|
||||
Or install alongside the full framework:
|
||||
Or install via the framework's extra:
|
||||
|
||||
```bash
|
||||
pip install crewai[cli]
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user