From 7d3e6aae02ee29c6539585fabf4ee16808e169f4 Mon Sep 17 00:00:00 2001 From: Vishnunarayan K I Date: Fri, 12 Jul 2019 22:27:29 +0530 Subject: [PATCH] feat: add pycryptodome as dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index aa83f34..c69c20a 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ setup( 'cfscrape>=2.0.5', 'requests-cache>=0.4.13', 'tabulate>=0.8.3', + 'pycryptodome>=3.8.2', ], tests_require=[ 'pytest',