From 25606ca1808ec684b6d405ae15ea2a60c1d3a6a3 Mon Sep 17 00:00:00 2001 From: Michael Barrientos Date: Mon, 24 Apr 2017 09:58:44 -0700 Subject: [PATCH] Add explicit dependency on asn1crypto to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index fd3bf28..a1cc556 100755 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ 'defusedxml >= 0.4.1, < 0.6', 'eight >= 0.3.0, < 0.5', 'cryptography >= 1.8, < 1.9', + 'asn1crypto >= 0.21.0', 'pyOpenSSL >= 0.15.1, < 18', 'certifi >= 2015.11.20.1' ],