Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Nov 27, 2024
1 parent dda3cfa commit 1231ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ license = { text = "MIT" }
[project.urls]
homepage = "https://github.com/lgc-NB2Dev/nonebot-plugin-multincm"

[dependency-groups]
dev = ["nonebot-adapter-kritor>=0.2.2", "nonebot-adapter-onebot>=2.4.3"]

[tool.pdm.version]
source = "file"
path = "nonebot_plugin_multincm/__init__.py"

[tool.pdm.build]
includes = []

[tool.pdm.dev-dependencies]
dev = ["nonebot-adapter-kritor>=0.2.2", "nonebot-adapter-onebot>=2.4.3"]

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

0 comments on commit 1231ac9

Please sign in to comment.