diff options
| author | 2023-09-27 22:10:55 +0800 | |
|---|---|---|
| committer | 2023-09-27 22:10:55 +0800 | |
| commit | 767459d17e031e96d09e533a2a53df896b3a57e1 (patch) | |
| tree | f7ed6952d85be703511f95e17c13824e0ffc33e8 /pyproject.toml | |
| parent | ba4129933cdb6d91e695b2de900b8753652ec385 (diff) | |
| download | TRPGNivis-767459d17e031e96d09e533a2a53df896b3a57e1.tar.gz TRPGNivis-767459d17e031e96d09e533a2a53df896b3a57e1.zip | |
feat(docstring): 添加PEP8规范的Docstring
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 97a7768..bc5709d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ dependencies = [ "mkdocs-git-authors-plugin>=0.7.2", "mkdocs-material-extensions>=1.2", "neoteroi-mkdocs>=1.0.4", + "docutils>=0.20.1", ] requires-python = ">=3.8" readme = "README.md" |
