From a293f5ef8858d5bdd4a8db6c10a189953f71b491 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 5 May 2014 13:03:00 -0400 Subject: This depends on a new feature first introduced in cryptography 0.4. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f12714d..3d3fe04 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup(name='pyOpenSSL', version=__version__, maintainer_email = 'exarkun@twistedmatrix.com', url = 'https://github.com/pyca/pyopenssl', license = 'APL2', - install_requires=["cryptography>=0.3", "six>=1.5.2"], + install_requires=["cryptography>=0.4", "six>=1.5.2"], long_description = """\ High-level wrapper around a subset of the OpenSSL library, includes * SSL.Connection objects, wrapping the methods of Python's portable -- cgit v1.2.1