Files
py-onebot/pyproject.toml
2026-03-07 18:54:40 +00:00

24 lines
402 B
TOML

[project]
name = "py-onebot"
version = "0.1.0"
description = "Python Onebot"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.12.14",
"pillow",
"qrcode[pil]>=8.2",
"toml>=0.10.2",
]
[tool.pyright]
venvPath = "."
venv = ".venv"
[project.scripts]
pyonebot = "py_onebot:main"
[build-system]
requires = ["uv_build>=0.10.0,<0.11.0"]
build-backend = "uv_build"