diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-04-20 15:00:16 -0500 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-04-20 22:12:32 -0500 |
| commit | 40f8338e986610f57ef905e510e0bf8f796e43e8 (patch) | |
| tree | 1b0444a8d78b9a85831c587ffaa0730a5524240a /setup.py | |
| parent | bd11e028dcf763171097f5366f87f95ad0371a03 (diff) | |
| download | cryptography-40f8338e986610f57ef905e510e0bf8f796e43e8.tar.gz | |
Support Subject Alternative Name in the OpenSSL backend
Adds only DNS support first
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ with open(os.path.join(src_dir, "cryptography", "__about__.py")) as f: VECTORS_DEPENDENCY = "cryptography_vectors=={0}".format(about['__version__']) requirements = [ + "idna", "pyasn1", "six>=1.4.1", "setuptools" |
