nonebot / nonebot2

跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python
https://nonebot.dev
MIT License
5.72k stars 540 forks source link

Plugin: 腾讯云图像变换 #1514

Closed ANGJustinl closed 1 year ago

ANGJustinl commented 1 year ago

插件名称:

腾讯云图像变换

插件功能:

✨基于腾讯云合成图的以图绘图的Nonebot插件✨

PyPI 项目名:

nonebot_plugin_face2cartoonpic

插件 import 包名:

nonebot_plugin_face2cartoonpic

插件项目仓库/主页链接:

https://github.com/ANGJustinl/nonebot_plugin_face2cartoonpic_main

标签:

[{"label":"以图绘图","color":"#72f15e"},{"label":"腾讯云","color":"#3785f1"}]

yanyongyu commented 1 year ago

📃 商店发布检查结果

Plugin: 腾讯云图像变换

✅ 所有测试通过,一切准备就绪!

详情
  • ✅ 标签: 以图绘图-#72f15e, 腾讯云-#3785f1
  • ✅ 项目 主页 返回状态码 200.
  • ✅ 包 nonebot_plugin_face2cartoonpic 已发布至 PyPI

  • 💪 Powered by NoneBot2 Publish Bot

    j1g5awi commented 1 year ago

    缺少 nonebot2、nonebot-adapter-onebot 依赖,需移除 nb-cli 依赖

    ANGJustinl commented 1 year ago

    pip v0.2.8已修改为 install_requires=[ 'nonebot2>=2.0.0rc2' 'nonebot-adapter-onebot>=2.1.5' 'pydantic>=1.9.2'
    ],

    j1g5awi commented 1 year ago

    逗号。

    install_requires=[
    +        'nonebot2>=2.0.0rc2',
    -         'nonebot2>=2.0.0rc2'
    +        'nonebot-adapter-onebot>=2.1.5',
    -         'nonebot-adapter-onebot>=2.1.5'
            'pydantic>=1.9.2'        
        ],
    ANGJustinl commented 1 year ago

    已订正

    j1g5awi commented 1 year ago

    缺 requests 依赖

    ANGJustinl commented 1 year ago

    已经添加