mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-09-03 22:52:25 +08:00
update to 0.4
This commit is contained in:
parent
e5d324a8b4
commit
14f3d64f11
@ -24,3 +24,6 @@
|
|||||||
|
|
||||||
## [0.3.3] - 2021-09-28
|
## [0.3.3] - 2021-09-28
|
||||||
- 修复拼图问题
|
- 修复拼图问题
|
||||||
|
|
||||||
|
## [0.4.0] - 2021-11-18
|
||||||
|
- 项目更名为nonebot-bison
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "nonebot-bison"
|
name = "nonebot-bison"
|
||||||
version = "0.3.3"
|
version = "0.4.0"
|
||||||
description = "Subscribe message from social medias"
|
description = "Subscribe message from social medias"
|
||||||
authors = ["felinae98 <felinae225@qq.com>"]
|
authors = ["felinae98 <felinae225@qq.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -41,11 +41,6 @@ coverage = "^5.5"
|
|||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry>=0.12"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.masonry.api"
|
||||||
|
|
||||||
# [[tool.poetry.source]]
|
|
||||||
# name = "aliyun"
|
|
||||||
# url = "https://mirrors.aliyun.com/pypi/simple/"
|
|
||||||
# default = true
|
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
markers = [
|
markers = [
|
||||||
"compare: compare fetching result with rsshub",
|
"compare: compare fetching result with rsshub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user