From a44b88b70e3624e29e5c8a2c81d11bfcd5daaed0 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 4 Nov 2025 18:54:57 +0800 Subject: feat: add json5 as a dependency and update documentation URL --- pyproject.toml | 3 ++- uv.lock | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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"] diff --git a/uv.lock b/uv.lock index ef34b95..1e03b22 100644 --- a/uv.lock +++ b/uv.lock @@ -245,6 +245,7 @@ dependencies = [ { name = "graphviz" }, { name = "hanlp" }, { name = "hanlp-restful" }, + { name = "json5" }, { name = "snownlp" }, ] @@ -271,6 +272,7 @@ requires-dist = [ { name = "graphviz", specifier = ">=0.21" }, { name = "hanlp", specifier = ">=2.1.3" }, { name = "hanlp-restful", specifier = ">=0.0.24" }, + { name = "json5", specifier = ">=0.12.1" }, { name = "snownlp", specifier = ">=0.12.3" }, ] -- cgit v1.2.3-70-g09d2