diff --git a/pdm.lock b/pdm.lock index 91d5567..17d6003 100644 --- a/pdm.lock +++ b/pdm.lock @@ -6,7 +6,7 @@ groups = ["default", "dev"] cross_platform = true static_urls = false lock_version = "4.3" -content_hash = "sha256:420221fc6786fccdf09c881257925de7789dec4e354bed677f8eb6498cc125e7" +content_hash = "sha256:3fc5671a03ff20f262b2b41409a7eb18118e48b9d3b79a5cdc956fa2053c8a83" [[package]] name = "aiofiles" @@ -641,7 +641,7 @@ files = [ name = "nonebot-plugin-htmlrender" version = "0.2.2" requires_python = "<4.0,>=3.8" -summary = "通过æµ�览器渲染图片" +summary = "通过浏览器渲染图片" dependencies = [ "Pygments>=2.10.0", "aiofiles>=0.8.0", diff --git a/pyproject.toml b/pyproject.toml index 7f7ed3a..11d6535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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" @@ -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", +]