Adapt crewai tool install <tool> to uv (#1481)

This commit updates the tool install comamnd to uv's new custom index
feature.

Related: https://github.com/astral-sh/uv/pull/7746/
This commit is contained in:
Vini Brasil
2024-10-21 09:24:03 -03:00
committed by GitHub
parent 40f81aecf5
commit b98256e434
4 changed files with 27 additions and 27 deletions

View File

@@ -25,7 +25,7 @@ dependencies = [
"auth0-python>=4.7.1",
"litellm>=1.44.22",
"pyvis>=0.3.2",
"uv>=0.4.18",
"uv>=0.4.25",
"tomli-w>=1.1.0",
"chromadb>=0.4.24",
]