aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 78a737a..c4b5330 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,12 @@ name = "conventionalrp"
dynamic = ["version"]
description = "HydroRoll Conventional Role Play SDK"
authors = [{ name = "HsiangNianian", email = "leader@hydroroll.team" }]
-dependencies = []
+dependencies = [
+ "graphviz>=0.21",
+ "hanlp>=2.1.3",
+ "hanlp-restful>=0.0.24",
+ "snownlp>=0.12.3",
+]
requires-python = ">=3.9"
readme = "README.md"
license = { text = "AGPLv3.0" }