From e0734787e12b895c0fe7f49703fb9063717e4c7b Mon Sep 17 00:00:00 2001 From: dahn Date: Mon, 16 Jun 2025 16:13:58 +0200 Subject: [PATCH] Update pycrypto to pycryptodome in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f311d4..1bf2c41 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ requires = [ 'pyghmi==1.2.16', 'future==0.18.2', - 'pycrypto==2.6.1', + 'pycryptodome==3.23.0', ] setup(