diff options
| author | 2025-11-04 18:54:57 +0800 | |
|---|---|---|
| committer | 2025-11-04 18:54:57 +0800 | |
| commit | a44b88b70e3624e29e5c8a2c81d11bfcd5daaed0 (patch) | |
| tree | f8ea4f9cc067da30ca3a08df2e7fa15c1064c2ee /pyproject.toml | |
| parent | f317ac05ef1c19fe6f1397a1d6f3861a72afe673 (diff) | |
| download | conventional_role_play-a44b88b70e3624e29e5c8a2c81d11bfcd5daaed0.tar.gz conventional_role_play-a44b88b70e3624e29e5c8a2c81d11bfcd5daaed0.zip | |
feat: add json5 as a dependency and update documentation URL
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index c4b5330..e7b56d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ dependencies = [ "graphviz>=0.21", "hanlp>=2.1.3", "hanlp-restful>=0.0.24", + "json5>=0.12.1", "snownlp>=0.12.3", ] requires-python = ">=3.9" @@ -31,7 +32,7 @@ classifiers = [ [project.urls] homepage = "https://hydroroll.team/" repository = "https://github.com/HydroRoll-Team/conventional_role_play" -documentation = "https://crp.hydroroll.team/" +documentation = "https://cvrp.hydroroll.team/" [tool.maturin] features = ["pyo3/extension-module"] |
