From 9a0aa68a9578d3186438474fdda01f0d391e28a8 Mon Sep 17 00:00:00 2001 From: Nayil Mukhametshin <66028747+nlscc@users.noreply.github.com> Date: Sun, 27 Sep 2020 19:10:34 +0100 Subject: change to pycryptodome --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6876137..51d17ac 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setuptools.setup( install_requires=[ "click", "clint", - "pycrypto", + "pycryptodome", "requests" ], python_requires='>=3.6', -- cgit v1.2.3