Files
quickbot_agent/pyproject.toml
Alexander Kalinovsky c02fdc57af init
2025-08-11 20:48:02 +03:00

10 lines
183 B
TOML

[project]
name = "quickbot-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"openai>=1.97.1",
]