aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e7b56d8..6c4871d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,13 +8,13 @@ dynamic = ["version"]
description = "HydroRoll Conventional Role Play SDK"
authors = [{ name = "HsiangNianian", email = "leader@hydroroll.team" }]
dependencies = [
+ "base-model-trpgner>=0.1.6",
"graphviz>=0.21",
- "hanlp>=2.1.3",
"hanlp-restful>=0.0.24",
"json5>=0.12.1",
"snownlp>=0.12.3",
]
-requires-python = ">=3.9"
+requires-python = ">=3.10"
readme = "README.md"
license = { text = "AGPLv3.0" }
keywords = ["hydroroll"]