diff --git a/deadsands/pyproject.toml b/deadsands/pyproject.toml index ab52828..7605a97 100644 --- a/deadsands/pyproject.toml +++ b/deadsands/pyproject.toml @@ -25,6 +25,7 @@ pelican-yaml-metadata = { git = "https://github.com/pR0Ps/pelican-yaml-metadata. # local wotsits dnd-rolltable = { git = "https://github.com/evilchili/dnd-rolltable", branch = 'main' } +dnd-npcs = { git = "https://github.com/evilchili/dnd-npcs", branch = 'main' } [tool.poetry.scripts] site = "site_tools.cli:app"