summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-15 13:10:35 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-15 13:10:35 -0400
commit5130ad1f755ce0939ad51d88720a9b90fd8b3c00 (patch)
tree38d4dea786e482ad6991a11c3897c1bb42a07d70 /sites
parent5861cde4cc1341840bc11a167335669e0154fae4 (diff)
Update for cryptography 0.8 and general cleanups
Diffstat (limited to 'sites')
-rw-r--r--sites/www/installing.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst
index dc20590e..57b639f0 100644
--- a/sites/www/installing.rst
+++ b/sites/www/installing.rst
@@ -20,10 +20,8 @@ We currently support **Python 2.6, 2.7, 3.3+, and PyPy** (Python **3.2** should
also work but has a less-strong compatibility guarantee from us.) Users on
Python 2.5 or older are urged to upgrade.
-Paramiko has three hard dependencies: the pure-Python ECDSA module ``ecdsa``
-and ASN1 module ``pyasn1``, and the Cryptography library. ``ecdsa`` is easily
-installable from wherever you obtained Paramiko's package; Cryptography may
-require more work. Read on for details.
+Paramiko has two hard dependencies: the pure-Python ASN1 module ``pyasn1``, and
+the Cryptography library. Read on for details on installing ``cryptography``.
If you need GSS-API / SSPI support, see :ref:`the below subsection on it
<gssapi>` for details on additional dependencies.