diff options
| author | 2024-06-17 03:52:59 +0800 | |
|---|---|---|
| committer | 2024-06-17 03:52:59 +0800 | |
| commit | 525de52d687b44fb14be7da2c46c548eb8a32fbd (patch) | |
| tree | f696587114334a87bcc672f08b9c161d797abf13 /pyproject.toml | |
| parent | 5597a8af382e256951d3813aad1cedf41fcde9ac (diff) | |
| download | HydroRoll-525de52d687b44fb14be7da2c46c548eb8a32fbd.tar.gz HydroRoll-525de52d687b44fb14be7da2c46c548eb8a32fbd.zip | |
refactor(examples): update file tree
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 8 insertions, 1 deletions
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. |
