summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-02-23 07:41:56 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-02-23 07:41:56 -0500
commit8c65eaea9a0c242b5f099fa10fc49616801f2bf2 (patch)
treeb723971c09d2e7a61d45144ddf0008eef04ab858
parent529e74ed41ff285f297c2d9a7aaf4893e4c9fc80 (diff)
parentc6281a8e749a339aeb6e9bd142a3595f71c05483 (diff)
downloadpyopenssl-8c65eaea9a0c242b5f099fa10fc49616801f2bf2.tar.gz
Merge remote-tracking branch 'pyca/updated-cryptography-dependency' into release-0.14
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fc0202d..0bb9567 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