Teich / pyproject.toml
LarsDiedrich22
Deploy Teich Space (rooted from froschgruppe/latest_froschgruppe)
f00396e
raw
history blame contribute delete
651 Bytes
[project]
name = "latest_froschgruppe"
version = "0.1.0"
description = "latest-froschgruppe using crewAI"
authors = [{ name = "Your Name", email = "you@example.com" }]
requires-python = ">=3.10,<3.14"
dependencies = [
"crewai[tools]==1.8.0"
]
[project.scripts]
latest_froschgruppe = "latest_froschgruppe.main:run"
run_crew = "latest_froschgruppe.main:run"
train = "latest_froschgruppe.main:train"
replay = "latest_froschgruppe.main:replay"
test = "latest_froschgruppe.main:test"
run_with_trigger = "latest_froschgruppe.main:run_with_trigger"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.crewai]
type = "crew"