Skip to content

Commit

Permalink
🔖 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shoucandanghehe committed Oct 12, 2024
1 parent eebff0a commit 6867245
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'nonebot-plugin-tetris-stats'
version = '1.5.2'
version = '1.5.3'
description = '一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件'
authors = ['scdhh <[email protected]>']
readme = 'README.md'
Expand All @@ -21,21 +21,21 @@ nonebot-plugin-user = '>=0.2,<0.5'
nonebot-plugin-userinfo = '^0.2.4'
aiocache = '^0.12.2'
aiofiles = '>=23.2.1,<25.0.0'
arclet-alconna = "<2.0.0"
arclet-alconna = '<2.0.0'
async-lru = '^2.0.4'
httpx = '^0.27.0'
jinja2 = '^3.1.3'
lxml = '^5.1.0'
msgspec = "^0.18.6"
msgspec = '^0.18.6'
pandas = '>=1.4.3,<3.0.0'
pillow = '^10.3.0'
playwright = '^1.41.2'
rich = '^13.7.1'
yarl = "^1.9.4"
yarl = '^1.9.4'
zstandard = '>=0.22,<0.24'

[tool.poetry.group.dev.dependencies]
basedpyright = "^1.17.0"
basedpyright = '^1.17.0'
mypy = '>=1.9'
pandas-stubs = '>=1.5.2,<3.0.0'
ruff = '>=0.3.0'
Expand All @@ -52,10 +52,10 @@ nonebot-adapter-satori = '>=0.11.4,<0.13.0'
nonebot-plugin-orm = { extras = ['default'], version = '>=0.3,<0.8' }

[tool.poetry.group.debug.dependencies]
matplotlib = "^3.9.2"
matplotlib = '^3.9.2'
memory-profiler = '^0.61.0'
objprint = '^0.2.2'
pyqt6 = "^6.7.1"
pyqt6 = '^6.7.1'
viztracer = '^0.16.2'

[build-system]
Expand Down Expand Up @@ -137,10 +137,10 @@ builtins-ignorelist = ['id']
quote-style = 'single'

[tool.basedpyright]
pythonVersion = "3.10"
pythonPlatform = "All"
pythonVersion = '3.10'
pythonPlatform = 'All'
defineConstant = { PYDANTIC_V2 = true }
typeCheckingMode = "standard"
typeCheckingMode = 'standard'

[tool.nonebot]
plugins = ['nonebot_plugin_tetris_stats']

0 comments on commit 6867245

Please sign in to comment.