This commit is contained in:
2025-08-20 04:01:35 +02:00
parent 749c89aefc
commit 6b9f0cf291
32 changed files with 327 additions and 511 deletions

View File

@@ -1,15 +1,18 @@
[project]
name = "Herolib"
version = "0.9.0"
description = "Lib from Hero's project for Actors"
requires-python = ">=3.13"
dependencies = [
"peewee>=3.17.0",
"pygments>=2.16.1",
"toml",
"requests>=2.31.0",
"beautifulsoup4>=4.12.2",
"pydantic>=2.8.0",
"scrapy==2.13.3",
"markdownify=1.1.0"
name = "herolib"
version = "0.1.0"
description = "A Python library for HeroCode"
authors = [
{ name = "Kilo Code", email = "kilo.code@example.com" }
]
readme = "README.md"
requires-python = ">=3.8"
dependencies = []
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["lib*"]