From 468d9dedf0166142d217e6ba1b295592e379cfd8 Mon Sep 17 00:00:00 2001 From: evilchili Date: Wed, 3 Aug 2022 00:35:09 -0700 Subject: [PATCH] adding elethis cipher --- deadsands/pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"