🎉 初次提交
This commit is contained in:
24
pyproject.toml
Normal file
24
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user