Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Oct 13, 2023
1 parent 6856fa7 commit 974aab5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
12 changes: 2 additions & 10 deletions nonebot_plugin_nonememe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from nonebot import require
from nonebot.plugin import PluginMetadata
from nonebot.plugin import PluginMetadata, inherit_supported_adapters

require("nonebot_plugin_apscheduler")
require("nonebot_plugin_saa")
Expand All @@ -18,14 +18,6 @@
type="application",
homepage="https://github.com/lgc-NB2Dev/nonebot-plugin-nonememe",
config=ConfigModel,
supported_adapters={
"~onebot.v11",
"~onebot.v12",
"~kaiheila",
"~qqguild",
"~telegram",
"~feishu",
"~red",
},
supported_adapters=inherit_supported_adapters("nonebot_plugin_saa"),
extra={"License": "MIT", "Author": "student_2333"},
)
16 changes: 8 additions & 8 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "nonebot-plugin-nonememe"
version = "0.2.0.post3"
version = "0.2.0.post4"
description = "The daily life of the NoneBot group members"
authors = [{ name = "student_2333", email = "[email protected]" }]
dependencies = [
"nonebot2>=2.0.0",
"nonebot-plugin-send-anything-anywhere>=0.3.0",
"nonebot2>=2.1.1",
"nonebot-plugin-send-anything-anywhere>=0.3.2",
"nonebot-plugin-apscheduler>=0.3.0",
"pydantic>=1.10.4,<2",
"httpx>=0.24.1",
Expand Down

0 comments on commit 974aab5

Please sign in to comment.