This commit is contained in:
2025-10-24 11:21:01 +04:00
parent dea3b0ec7f
commit 052557537f
19 changed files with 34 additions and 467 deletions

View File

@@ -2,20 +2,26 @@
name = "herolib"
version = "0.1.0"
description = "A Python library for HeroCode"
authors = [
{ name = "Kilo Code", email = "kilo.code@example.com" }
]
authors = [{ name = "Kilo Code", email = "kilo.code@example.com" }]
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["peewee", "psutil>=5.9.0", "fastapi>=0.100.0", "uvicorn>=0.23.0", "toml>=0.10.2", "libtmux>=0.25.0","lmstudio","requests"]
requires-python = ">=3.13"
dependencies = [
"peewee",
"psutil>=5.9.0",
"fastapi>=0.100.0",
"uvicorn>=0.23.0",
"toml>=0.10.2",
"libtmux>=0.25.0",
"lmstudio",
"requests",
]
[build-system]
requires = ["setuptools>=61.0","wheel","build"]
requires = ["setuptools>=61.0", "wheel", "build"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["herolib*"]