From a1426f0afc61e4d94be012700c37e2a1a8f4fab6 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 25 Nov 2014 20:35:20 -1000 Subject: initial x509 version support Adds enum34 as a dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3e2ab3eb..ead5ec4f 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ VECTORS_DEPENDENCY = "cryptography_vectors=={0}".format(about['__version__']) requirements = [ CFFI_DEPENDENCY, + "enum34", "pyasn1", SIX_DEPENDENCY, SETUPTOOLS_DEPENDENCY -- cgit v1.2.3