From 6aeeb724314999e3086747c563e51a0f97b49bf5 Mon Sep 17 00:00:00 2001 From: Pedro Worcel Date: Tue, 18 Oct 2016 18:17:12 +1300 Subject: [PATCH] Add pycrypto to requirements.txt (#288) * Add pycrypto to requirements.txt * Remove crypto dependency. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b885e11..4f156455 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ configparser pyopenssl gmpy2 service_identity -crypto +pycrypto