update poetry

This commit is contained in:
felinae98 2021-11-17 19:49:13 +08:00
parent 817363fedf
commit ed6b7f5fd5
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610
2 changed files with 96 additions and 449 deletions

529
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,15 @@
[tool.poetry]
name = "nonebot-hk-reporter"
name = "nonebot-bison"
version = "0.3.3"
description = "Subscribe message from social medias"
authors = ["felinae98 <felinae225@qq.com>"]
license = "MIT"
homepage = "https://github.com/felinae98/nonebot-hk-reporter"
homepage = "https://github.com/felinae98/nonebot-bison"
keywords = ["nonebot", "nonebot2", "qqbot"]
readme = "README.md"
packages = [
{ include = "nonebot_hk_reporter/*.py", from = "./src/plugins/" },
{ include = "nonebot_hk_reporter/platform/*.py", from = "./src/plugins/" }
{ include = "nonebot_bison/*.py", from = "./src/plugins/" },
{ include = "nonebot_bison/platform/*.py", from = "./src/plugins/" }
]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
@ -41,10 +41,10 @@ coverage = "^5.5"
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
default = true
# [[tool.poetry.source]]
# name = "aliyun"
# url = "https://mirrors.aliyun.com/pypi/simple/"
# default = true
[tool.pytest.ini_options]
markers = [