Skip to content

Commit

Permalink
📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
j1g5awi committed Aug 7, 2024
1 parent 73bf2ae commit 0f35156
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
[NoneBot2](https://github.com/nonebot/nonebot2) 成为 OneBot 实现!

[![License](https://img.shields.io/github/license/nonepkg/nonebot-plugin-all4one?style=flat-square)](LICENSE)
![Python Version](https://img.shields.io/badge/python-3.8+-blue.svg?style=flat-square)
[![NoneBot Version](https://img.shields.io/badge/nonebot-2.0.0rc2+-red.svg?style=flat-square)](https://v2.nonebot.dev/)
![Python Version](https://img.shields.io/badge/python-3.9+-blue.svg?style=flat-square)
[![NoneBot Version](https://img.shields.io/badge/nonebot-2.3.0+-red.svg?style=flat-square)](https://v2.nonebot.dev/)
[![OneBot 4A](https://img.shields.io/badge/OneBot-4A-black?style=flat-square)](https://onebot4all.vercel.app/)
[![PyPI Version](https://img.shields.io/pypi/v/nonebot-plugin-all4one.svg?style=flat-square)](https://pypi.python.org/pypi/nonebot-plugin-all4one)
[![codecov](https://codecov.io/gh/nonepkg/plugin-all4one/branch/master/graph/badge.svg?token=BOK429DAHO)](https://codecov.io/gh/nonepkg/plugin-all4one)
Expand Down
44 changes: 22 additions & 22 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
Expand Up @@ -7,7 +7,7 @@ dependencies = [
"nonebot2<3.0.0,>=2.2.1",
"nonebot-adapter-onebot>=2.2.2",
"nonebot-plugin-localstore>=0.7.1",
"nonebot-plugin-orm[default]>=0.7.5",
"nonebot-plugin-orm>=0.7.5",
"pydantic>=2.6.4",
]
requires-python = ">=3.9,<4.0"
Expand All @@ -30,6 +30,7 @@ nonebot = [
"fastapi>=0.110.0,<1.0.0",
"uvicorn>=0.12.0,<1.0.0",
"websockets>=10.4",
"nonebot-plugin-orm[default]>=0.7.5",
]
tests = [
"nonebug>=0.3.1",
Expand Down

0 comments on commit 0f35156

Please sign in to comment.