From 5be4c4f0f34da0ba48db4b6db5d68ea321499ffb Mon Sep 17 00:00:00 2001 From: evilchili Date: Wed, 3 Aug 2022 00:22:16 -0700 Subject: [PATCH] adding dnd-npcs --- deadsands/pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"