Files
nonebot-plugin-watch/pyproject.toml
2024-10-18 23:44:47 +08:00

25 lines
531 B
TOML

[project]
name = "nonebot-plugin-watch"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [{ name = "shoucandanghehe", email = "wallfjjd@gmail.com" }]
requires-python = ">=3.12"
dependencies = [
"nonebot-plugin-alconna>=0.53.1",
"nonebot-plugin-uninfo>=0.4.1",
"nonebot2>=2.3.3",
"plyer>=2.1.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = [
"basedpyright>=1.19.0",
"mypy>=1.12.0",
"ruff>=0.7.0",
]