This commit is contained in:
2025-08-05 15:15:36 +02:00
parent 4bd960ed05
commit 7fabb4163a
192 changed files with 14901 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[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"
]