init commit

This commit is contained in:
草师傅 2025-07-30 21:40:15 +08:00
commit 7ec4ee6c6f
19 changed files with 7155 additions and 0 deletions

12
pyproject.toml Normal file
View file

@ -0,0 +1,12 @@
[project]
name = "realbot"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"aiogram==3.21.0",
"matrix-nio==0.25.2",
"python-abp==0.2.0",
"pyyaml>=6.0.2",
"requests>=2.32.4",
]