🎉 初次提交

This commit is contained in:
2024-10-18 23:44:47 +08:00
commit 3c2e1e23be
7 changed files with 976 additions and 0 deletions

24
pyproject.toml Normal file
View File

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