From aaa860de334521375962d28deec8dc813251d32a Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Wed, 18 Nov 2020 12:02:26 +0800 Subject: [PATCH] :ambulance: fix full extra apscheduler error --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afb696c4..1b240ee4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-bu cli = ["nb-cli"] test = ["nonebot-test"] scheduler = ["apscheduler"] -full = ["nb-cli", "nonebot-test", "scheduler"] +full = ["nb-cli", "nonebot-test", "apscheduler"] [[tool.poetry.source]] name = "aliyun"