mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-07-31 08:59:51 +00:00
🎨 Apply black formatting
This commit is contained in:
@ -4,7 +4,10 @@ dynamic = ["version"]
|
||||
description = "Nonebot2插件,调用Azure OpenAI等AI服务实现猫娘聊天"
|
||||
readme = "README.md"
|
||||
requires-python = "<4.0,>=3.10"
|
||||
authors = [{ name = "Asankilp", email = "asankilp@outlook.com" }]
|
||||
authors = [
|
||||
{ name = "Asankilp", email = "asankilp@outlook.com" },
|
||||
{name="LiteyukiStudio", email = "support@liteyuki.icu"}
|
||||
]
|
||||
dependencies = [
|
||||
"nonebot2>=2.2.0",
|
||||
"nonebot-plugin-alconna>=0.48.0",
|
||||
@ -56,4 +59,4 @@ dev = [
|
||||
"nonebot-adapter-onebot>=2.4.6",
|
||||
"mypy>=1.13.0",
|
||||
"black>=24.10.0",
|
||||
]
|
||||
]
|
||||
|
Reference in New Issue
Block a user