Skip to content

Commit

Permalink
⚙ add uvicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomaoniu committed Aug 18, 2024
1 parent dccc602 commit d10c473
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
40 changes: 30 additions & 10 deletions pdm.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-anime-downloader"
version = "0.2.1"
version = "0.2.2"
description = "✨ 基于 qBittorrent Web UI 的番剧下载 NoneBot 插件 ✨"
authors = [
{name = "zhaomaoniu", email = "2667292003@qq.com"},
Expand All @@ -16,6 +16,7 @@ dependencies = [
"opencc>=1.1.7",
"nonebot-plugin-alconna>=0.42.4",
"FastAPI>=0.111.0",
"uvicorn>=0.30.6",
]
requires-python = ">=3.8"
readme = "README.md"
Expand Down

0 comments on commit d10c473

Please sign in to comment.