mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
⬆️ update nonebot dependency config (#580)
This commit is contained in:
@@ -25,7 +25,7 @@ dependencies = [
|
|||||||
"nonebot-plugin-user>=0.4.4",
|
"nonebot-plugin-user>=0.4.4",
|
||||||
"nonebot-plugin-waiter>=0.8.0",
|
"nonebot-plugin-waiter>=0.8.0",
|
||||||
"nonebot-session-to-uninfo>=0.0.2",
|
"nonebot-session-to-uninfo>=0.0.2",
|
||||||
"nonebot2[fastapi]>=2.3.3",
|
"nonebot2[fastapi]>=2.4.4",
|
||||||
"pandas>=2.2.3",
|
"pandas>=2.2.3",
|
||||||
"pillow>=11.0.0",
|
"pillow>=11.0.0",
|
||||||
"playwright>=1.48.0",
|
"playwright>=1.48.0",
|
||||||
@@ -184,5 +184,6 @@ replace = "version = \"{new_version}\""
|
|||||||
asyncio_mode = "auto"
|
asyncio_mode = "auto"
|
||||||
asyncio_default_fixture_loop_scope = "session"
|
asyncio_default_fixture_loop_scope = "session"
|
||||||
|
|
||||||
[tool.nonebot]
|
[tool.nonebot.plugins]
|
||||||
plugins = ["nonebot_plugin_tetris_stats", "nonebot_plugin_tarina_lang_turbo"]
|
nonebot-plugin-tetris-stats = ["nonebot_plugin_tetris_stats"]
|
||||||
|
nonebot-plugin-tarina-lang-turbo = ["nonebot_plugin_tarina_lang_turbo"]
|
||||||
|
|||||||
2
uv.lock
generated
2
uv.lock
generated
@@ -2768,7 +2768,7 @@ requires-dist = [
|
|||||||
{ name = "nonebot-plugin-user", specifier = ">=0.4.4" },
|
{ name = "nonebot-plugin-user", specifier = ">=0.4.4" },
|
||||||
{ name = "nonebot-plugin-waiter", specifier = ">=0.8.0" },
|
{ name = "nonebot-plugin-waiter", specifier = ">=0.8.0" },
|
||||||
{ name = "nonebot-session-to-uninfo", specifier = ">=0.0.2" },
|
{ name = "nonebot-session-to-uninfo", specifier = ">=0.0.2" },
|
||||||
{ name = "nonebot2", extras = ["fastapi"], specifier = ">=2.3.3" },
|
{ name = "nonebot2", extras = ["fastapi"], specifier = ">=2.4.4" },
|
||||||
{ name = "pandas", specifier = ">=2.2.3" },
|
{ name = "pandas", specifier = ">=2.2.3" },
|
||||||
{ name = "pillow", specifier = ">=11.0.0" },
|
{ name = "pillow", specifier = ">=11.0.0" },
|
||||||
{ name = "playwright", specifier = ">=1.48.0" },
|
{ name = "playwright", specifier = ">=1.48.0" },
|
||||||
|
|||||||
Reference in New Issue
Block a user