diff --git a/deadsands/pyproject.toml b/deadsands/pyproject.toml index 7605a97..a030f7c 100644 --- a/deadsands/pyproject.toml +++ b/deadsands/pyproject.toml @@ -26,6 +26,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' } +elethis-cipher= { git = "https://github.com/evilchili/elethis-cipher", branch = 'main' } [tool.poetry.scripts] site = "site_tools.cli:app"