diff options
| author | 2025-11-01 19:52:56 +0800 | |
|---|---|---|
| committer | 2025-11-01 19:52:56 +0800 | |
| commit | 158966aaeb509dcc3ac325aedf155290cc6c0d88 (patch) | |
| tree | dc8d19b80fc9dbd30b7abe906600e813b7db9609 /pyproject.toml | |
| parent | 251a104f02a618c7ea4554bf374ddfca43f60f6c (diff) | |
| parent | 4644d33d0c23db46d706ec5667a759d6f92ebbf8 (diff) | |
| download | conventional_role_play-158966aaeb509dcc3ac325aedf155290cc6c0d88.tar.gz conventional_role_play-158966aaeb509dcc3ac325aedf155290cc6c0d88.zip | |
Merge pull request #15 from HydroRoll-Team/feat-visualization
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
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" } |
