From c6281a8e749a339aeb6e9bd142a3595f71c05483 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Sun, 23 Feb 2014 07:37:48 -0500 Subject: cryptography 0.2.1 is out, might as well tell everyone to use that. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d5dce5..c4e9d9f 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.1", "six>=1.5.2"], + install_requires=["cryptography>=0.2.1", "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