From e7c44a887087f0dde1c2cdf34feff1c946b48dc8 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Wed, 27 Sep 2023 18:30:55 +1000 Subject: [PATCH] python: Import crypto --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b3b5a1..2fc7c9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ discord.py python-dotenv requests dnspython -markdownify \ No newline at end of file +markdownify +cryptography \ No newline at end of file