From 525de52d687b44fb14be7da2c46c548eb8a32fbd Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 17 Jun 2024 03:52:59 +0800 Subject: refactor(examples): update file tree --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index fa76a64..ec8061b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,11 +17,12 @@ dependencies = [ "scikit-learn>=1.3.1", "requests>=2.31.0", "apscheduler>=3.10.4", - "lupa>=2.0", + "lupa>=2.1", "windows-curses>=2.3.2", "lark>=1.1.8", "cachetools>=5.3.2", "iamai[onebot11]>=0.0.2", + "matplotlib>=3.8.4", ] requires-python = ">=3.9" readme.content-type = "text/x-rst" @@ -54,6 +55,12 @@ features = ["pyo3/extension-module"] dev = [ "pip>=24.0", ] +docs = [ + "docutils>=0.20.1", +] +pygments = [ + "docutils>=0.20.1", +] [tool.ruff] # Exclude a variety of commonly ignored directories. -- cgit v1.2.3-70-g09d2