mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 17:47:06 +08:00
15 lines
305 B
TOML
15 lines
305 B
TOML
[project]
|
|
name = "astrbot-sdk"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"aiohttp>=3.13.2",
|
|
"certifi>=2025.10.5",
|
|
"docstring-parser>=0.17.0",
|
|
"loguru>=0.7.3",
|
|
"pydantic>=2.12.3",
|
|
"pyyaml>=6.0.3",
|
|
]
|