From 98ed2b52c21f41564029f838f53532594fb1b739 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Sat, 1 Oct 2016 21:04:37 +0000 Subject: [PATCH] add crypto explicitly, it's missing for some people --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 65e80ebe..1b885e11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ configparser pyopenssl gmpy2 service_identity +crypto