Skip to content

Commit

Permalink
feat: 使用 AnyIO 重构
Browse files Browse the repository at this point in the history
  • Loading branch information
st1020 committed Aug 28, 2024
1 parent 26bbc15 commit 2b2ab07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
24 changes: 12 additions & 12 deletions pdm.lock

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

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,15 @@ all = [
[tool.pdm.dev-dependencies]
dev = [
"setuptools",
"trio",
"exceptiongroup",
"-e alicebot-adapter-cqhttp @ file:///${PROJECT_ROOT}/packages/alicebot-adapter-cqhttp",
"-e alicebot-adapter-onebot @ file:///${PROJECT_ROOT}/packages/alicebot-adapter-onebot",
"-e alicebot-adapter-mirai @ file:///${PROJECT_ROOT}/packages/alicebot-adapter-mirai",
"-e alicebot-adapter-dingtalk @ file:///${PROJECT_ROOT}/packages/alicebot-adapter-dingtalk",
"-e alicebot-adapter-apscheduler @ file:///${PROJECT_ROOT}/packages/alicebot-adapter-apscheduler",
]
typing = [ # used only in type check
"tomli",
"watchfiles",
"trio>=0.22.2", # watchfiles used this lib
]
typing = ["tomli", "watchfiles"] # used only in type check
lint = ["ruff", "mypy", "pylint", "pylint-pydantic"]
docs = ["sophia-doc~=0.1.4", "tomlkit"]
test = ["pytest", "pytest-xdist", "pytest-cov"]
Expand Down

0 comments on commit 2b2ab07

Please sign in to comment.