upd pyproject.topml

This commit is contained in:
Alexander Kalinovsky
2025-08-15 16:51:22 +03:00
parent 94eaf1b162
commit 7e87066253

View File

@@ -1,9 +1,18 @@
[project] [project]
name = "quickbot_agent" name = "quickbot-agent"
version = "0.1.0" version = "0.1.0"
description = "Add your description here" description = "Adds AI answers and API orchestration to your bot"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
]
authors = [
{ name = "Alexander Kalinovsky", email = "ak@botforge.biz" },
]
license = { file = "LICENSE" }
dependencies = [ dependencies = [
"openai>=1.97.1", "openai>=1.97.1",
] ]