From b675bf85039bbf419a1c612da10ea486915e3e3a Mon Sep 17 00:00:00 2001 From: nlscc <66028747+nlscc@users.noreply.github.com> Date: Thu, 8 Oct 2020 22:25:05 +0100 Subject: use cryptodomex instead of cryptodome --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bd89cc0..67ca652 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setuptools.setup( }, install_requires=[ "clint", - "pycryptodome", + "pycryptodomex", "requests" ], python_requires='>=3.6', -- cgit v1.2.3