Skip to content

Commit

Permalink
移除 villa 适配器 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Feb 20, 2024
1 parent c1e9641 commit 74f4995
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 326 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ async def handle(session_id: str = SessionId(SessionIdType.GROUP)):
- [x] Discord
- [x] QQ
- [x] Satori
- [x] Villa
- [x] DoDo

### 相关插件
Expand Down
1 change: 0 additions & 1 deletion nonebot_plugin_session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"~discord",
"~qq",
"~satori",
"~villa",
"~dodo",
},
)
1 change: 0 additions & 1 deletion nonebot_plugin_session/adapters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
from . import red as red
from . import satori as satori
from . import telegram as telegram
from . import villa as villa
40 changes: 0 additions & 40 deletions nonebot_plugin_session/adapters/villa.py

This file was deleted.

265 changes: 65 additions & 200 deletions poetry.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/noneplugin/nonebot-plugin-session"

[tool.poetry.dependencies]
python = "^3.8"
nonebot2 = "^2.0.0"
nonebot2 = ">=2.0.0,<2.2.0"
strenum = "^0.4.8"

[tool.poetry.group.dev.dependencies]
Expand All @@ -34,7 +34,6 @@ nonebot-adapter-red = "^0.7.4"
nonebot-adapter-discord = "^0.1.1"
nonebot-adapter-satori = "^0.8.0"
nonebot-adapter-qq = "^1.3.0"
nonebot-adapter-villa = "^1.2.2"
nonebot-adapter-dodo = "^0.1.3"

[tool.nonebot]
Expand Down
81 changes: 0 additions & 81 deletions tests/test_villa.py

This file was deleted.

0 comments on commit 74f4995

Please sign in to comment.