Skip to content

Commit

Permalink
修正依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
eya46 committed Jan 26, 2024
1 parent ef9626f commit 58e461d
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 46 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ SakuraFrp管理插件

## 依赖项

- [nonebot2](https://github.com/nonebot/nonebot2) >=2.0.1
- [plugin-alconna](https://github.com/nonebot/plugin-alconna) ^0.35.1
- [nonebot2](https://github.com/nonebot/nonebot2) >=2.1.0
- [plugin-alconna](https://github.com/nonebot/plugin-alconna) >=0.35.0,<=0.40.0
- httpx >=0.20.0,<1.0.0
90 changes: 51 additions & 39 deletions poetry.lock

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

8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-enatfrp"
version = "0.1.4"
version = "0.1.5"
description = "SakuraFrp管理插件"
authors = ["eya46 <[email protected]>"]
license = "MIT"
Expand All @@ -9,14 +9,12 @@ packages = [{ include = "nonebot_plugin_enatfrp" }]

[tool.poetry.dependencies]
python = "^3.8"
nonebot2 = ">=2.0.1"
nonebot-plugin-alconna = "^0.35.1"
httpx = ">=0.20.0,<1.0.0"
nonebot2 = {version = ">=2.1.0", extras = ["httpx"]}
nonebot-plugin-alconna = ">=0.35.0,<=0.40.0"

[tool.poetry.group.dev.dependencies]
pyyaml = "^6.0.1"
openapi-pydantic = "^0.4.0"
httpx = ">=0.20.0,<1.0.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 58e461d

Please sign in to comment.