mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🔖 1.5.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = 'nonebot-plugin-tetris-stats'
|
name = 'nonebot-plugin-tetris-stats'
|
||||||
version = '1.5.2'
|
version = '1.5.3'
|
||||||
description = '一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件'
|
description = '一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件'
|
||||||
authors = ['scdhh <wallfjjd@gmail.com>']
|
authors = ['scdhh <wallfjjd@gmail.com>']
|
||||||
readme = 'README.md'
|
readme = 'README.md'
|
||||||
@@ -21,21 +21,21 @@ nonebot-plugin-user = '>=0.2,<0.5'
|
|||||||
nonebot-plugin-userinfo = '^0.2.4'
|
nonebot-plugin-userinfo = '^0.2.4'
|
||||||
aiocache = '^0.12.2'
|
aiocache = '^0.12.2'
|
||||||
aiofiles = '>=23.2.1,<25.0.0'
|
aiofiles = '>=23.2.1,<25.0.0'
|
||||||
arclet-alconna = "<2.0.0"
|
arclet-alconna = '<2.0.0'
|
||||||
async-lru = '^2.0.4'
|
async-lru = '^2.0.4'
|
||||||
httpx = '^0.27.0'
|
httpx = '^0.27.0'
|
||||||
jinja2 = '^3.1.3'
|
jinja2 = '^3.1.3'
|
||||||
lxml = '^5.1.0'
|
lxml = '^5.1.0'
|
||||||
msgspec = "^0.18.6"
|
msgspec = '^0.18.6'
|
||||||
pandas = '>=1.4.3,<3.0.0'
|
pandas = '>=1.4.3,<3.0.0'
|
||||||
pillow = '^10.3.0'
|
pillow = '^10.3.0'
|
||||||
playwright = '^1.41.2'
|
playwright = '^1.41.2'
|
||||||
rich = '^13.7.1'
|
rich = '^13.7.1'
|
||||||
yarl = "^1.9.4"
|
yarl = '^1.9.4'
|
||||||
zstandard = '>=0.22,<0.24'
|
zstandard = '>=0.22,<0.24'
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
basedpyright = "^1.17.0"
|
basedpyright = '^1.17.0'
|
||||||
mypy = '>=1.9'
|
mypy = '>=1.9'
|
||||||
pandas-stubs = '>=1.5.2,<3.0.0'
|
pandas-stubs = '>=1.5.2,<3.0.0'
|
||||||
ruff = '>=0.3.0'
|
ruff = '>=0.3.0'
|
||||||
@@ -52,10 +52,10 @@ nonebot-adapter-satori = '>=0.11.4,<0.13.0'
|
|||||||
nonebot-plugin-orm = { extras = ['default'], version = '>=0.3,<0.8' }
|
nonebot-plugin-orm = { extras = ['default'], version = '>=0.3,<0.8' }
|
||||||
|
|
||||||
[tool.poetry.group.debug.dependencies]
|
[tool.poetry.group.debug.dependencies]
|
||||||
matplotlib = "^3.9.2"
|
matplotlib = '^3.9.2'
|
||||||
memory-profiler = '^0.61.0'
|
memory-profiler = '^0.61.0'
|
||||||
objprint = '^0.2.2'
|
objprint = '^0.2.2'
|
||||||
pyqt6 = "^6.7.1"
|
pyqt6 = '^6.7.1'
|
||||||
viztracer = '^0.16.2'
|
viztracer = '^0.16.2'
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
@@ -137,10 +137,10 @@ builtins-ignorelist = ['id']
|
|||||||
quote-style = 'single'
|
quote-style = 'single'
|
||||||
|
|
||||||
[tool.basedpyright]
|
[tool.basedpyright]
|
||||||
pythonVersion = "3.10"
|
pythonVersion = '3.10'
|
||||||
pythonPlatform = "All"
|
pythonPlatform = 'All'
|
||||||
defineConstant = { PYDANTIC_V2 = true }
|
defineConstant = { PYDANTIC_V2 = true }
|
||||||
typeCheckingMode = "standard"
|
typeCheckingMode = 'standard'
|
||||||
|
|
||||||
[tool.nonebot]
|
[tool.nonebot]
|
||||||
plugins = ['nonebot_plugin_tetris_stats']
|
plugins = ['nonebot_plugin_tetris_stats']
|
||||||
|
|||||||
Reference in New Issue
Block a user