From e9c8b11102c6910dc840701ff19b6b7bc8fa921f Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sun, 23 Aug 2020 13:48:01 +0200 Subject: [PATCH] wat --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d319316..c4e0e08 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ setup( "coverage", "psycopg2-binary", "PyMySQL", + "cryptography", ] }, tests_require=["nose"],