Skip to content

Commit

Permalink
移除datastore迁移
Browse files Browse the repository at this point in the history
  • Loading branch information
huangwenlong06 committed Sep 4, 2024
1 parent 1fabc27 commit 21cbf11
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 359 deletions.
250 changes: 94 additions & 156 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ pre-commit = "^3.1.0"
setuptools = "^68.1.2"
nb-cli = "*"
nonebot-plugin-orm = { extras = ["default"], version = "*" }
# 为了兼容迁移
nonebot-plugin-datastore = { version = ">=1.0.0", optional = true }

nonebot2 = { extras = ["fastapi"], version = "*" }
nonebot-adapter-onebot = "*"
Expand Down
1 change: 0 additions & 1 deletion src/nonebot_plugin_access_control/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@
from . import matcher # noqa
from . import service # noqa
from . import subject # noqa
from . import datastore # noqa
30 changes: 0 additions & 30 deletions src/nonebot_plugin_access_control/datastore/__init__.py

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 21cbf11

Please sign in to comment.