mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +00:00
11 lines
213 B
TOML
11 lines
213 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.13"
|
|
dependencies = [
|
|
"crewai[tools]>=0.76.2"
|
|
]
|
|
|