This commit is contained in:
2025-08-22 13:11:04 +02:00
parent d80b956ff7
commit bc0d90d41a
14 changed files with 17332 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ authors = [
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["peewee"]
dependencies = ["peewee", "psutil>=5.9.0", "fastapi>=0.100.0", "uvicorn>=0.23.0", "toml>=0.10.2", "libtmux>=0.25.0"]
[build-system]
@@ -18,4 +18,4 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["herolib*"]
include = ["herolib*"]