From bd586ff02e15b8e00974366b0b234cce13b170e1 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Thu, 26 May 2022 17:01:13 -0400 Subject: [PATCH] pynacl modified: requirements.txt --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 5444147..3212fb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,8 +34,11 @@ stripe # DKIM Signed Email from Python, lot's of extras in here like async. # https://git.launchpad.net/dkimpy/tree/setup.py#n84 dkimpy + # needed for signing with ed25519 keys. dkimpy[ed25519] +# that line above didn't seem to pull pynacl in. +pynacl # MarkDown is a popular and familair WYSIWYM markup language. # python 3.