Skip to content

Commit

Permalink
🔖 v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kexue-z committed Nov 20, 2023
1 parent 4bcc591 commit ece15f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions pdm.lock

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

26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-heweather"
version = "0.6.11"
version = "0.7.0"
description = "Get Heweather information and convert to pictures"
authors = [{ name = "kexue", email = "xana278@foxmail.com" }]
dependencies = [
Expand All @@ -18,18 +18,6 @@ readme = "README.md"
"Homepage" = "https://github.com/kexue-z/nonebot-plugin-heweather"
"Bug Tracker" = "https://github.com/kexue-z/nonebot-plugin-heweather/issues"

[tool.pdm.build]
includes = []

[tool.pdm.dev-dependencies]
dev = [
"pillow>=9.5.0",
"nonebug>=0.3.4",
"pytest-asyncio>=0.21.0",
"isort>=5.12.0",
"nonebot-adapter-onebot",
]

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
Expand All @@ -41,3 +29,15 @@ line_length = 88
length_sort = true
skip_gitignore = true
force_sort_within_sections = true

[tool.pdm.build]
includes = []

[tool.pdm.dev-dependencies]
dev = [
"pillow>=9.5.0",
"nonebug>=0.3.4",
"pytest-asyncio>=0.21.0",
"isort>=5.12.0",
"nonebot-adapter-onebot>=2.3.1",
]

0 comments on commit ece15f8

Please sign in to comment.