Files
crewAI/src/crewai/cli/templates/tool/pyproject.toml
Lorenze Jay ba740c6157
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Update version to 0.126.0 and dependencies in pyproject.toml and lock files (#2961)
2025-06-04 17:49:07 -07:00

13 lines
241 B
TOML

[project]
name = "{{folder_name}}"
version = "0.1.0"
description = "Power up your crews with {{folder_name}}"
readme = "README.md"
requires-python = ">=3.10,<3.14"
dependencies = [
"crewai[tools]>=0.126.0"
]
[tool.crewai]
type = "tool"