nonebot / nonebot2

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

Plugin: nonebot-plugin-daily-task #2739

Closed WMGray closed 1 month ago

WMGray commented 2 months ago

PyPI 项目名

nonebot-plugin-daily-task

插件 import 包名

nonebot_plugin_daily_task

标签

[{"label":"每日任务提醒","color":"#ea5252"}]

插件配置项

daily_task_bot_id: str = "123456789"
daily_task_db_name: str = "daily"
daily_task_start_hour: int = 0
daily_task_end_hour: int = 23
daily_task_interval_hour: int = 2
daily_task_priority: int = 10
daily_task_enabled: bool = True
noneflow[bot] commented 2 months ago

📃 商店发布检查结果

Plugin: nonebot-plugin-daily-task

⚠️ 在发布检查过程中,我们发现以下问题:

  • ⚠️ 无法获取到插件元数据。
    请确保插件正常加载。
  • ⚠️ 插件加载测试未通过。
    测试输出项目 nonebot-plugin-daily-task 创建失败: Creating virtualenv nonebot-plugin-daily-task-nonebot-plugin-daily-task-test in /home/runner/work/nonebot2/nonebot2/plugin_test/nonebot-plugin-daily-task-nonebot_plugin_daily_task-test/.venv The current project's supported Python range (>=3.12,<3.13) is not compatible with some of the required packages Python requirement: - nonebot-plugin-daily-task requires Python ==3.10.*, so it will not be satisfied for Python >=3.12,<3.13 Because no versions of nonebot-plugin-daily-task match >0.1.8,<0.2.0 and nonebot-plugin-daily-task (0.1.8) requires Python ==3.10.*, nonebot-plugin-daily-task is forbidden. So, because nonebot-plugin-daily-task-nonebot-plugin-daily-task-test depends on nonebot-plugin-daily-task (^0.1.8), version solving failed. • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties For nonebot-plugin-daily-task, a possible solution would be to set the `python` property to "<empty>" https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies, https://python-poetry.org/docs/dependency-specification/#using-environment-markers
  • 详情
  • ✅ 项目 nonebot-plugin-daily-task 已发布至 PyPI。
  • ✅ 标签: 每日任务提醒-#ea5252。

  • 💡 如需修改信息,请直接修改 issue,机器人会自动更新检查结果。 💡 当插件加载测试失败时,请发布新版本后在当前页面下评论任意内容以触发测试。

    ♻️ 评论已更新至最新检查结果

    💪 Powered by NoneFlow

    yanyongyu commented 2 months ago

    插件依赖中请勿使用==之类的版本限制

    yanyongyu commented 1 month ago

    过久没有回复,暂时关闭。如果想要再次提交,可以开新issue