From 8f83e1d2b2886660ee8a628426483926920aafb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 11 Jun 2020 13:04:52 +0200 Subject: [PATCH] requirements: Use pycrypto version compatible with 3.8 It's not released so, we need to rely on the proposed version used by most distros https://github.com/pycrypto/pycrypto/pull/296 --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f5a5eab..a080aa4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ fastecdsa==1.7.4 -pycrypto==2.6.1 +git+https://github.com/fabiant7t/pycrypto#egg=pycrypto pyusb==1.0.2 -