From f68f3b5526db620fd815589312c453c8a83962b1 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 19 Apr 2018 13:36:52 -0700 Subject: Add explicit mention of bcrypt and pynacl to 2.x installation docs. Re #1191 --- sites/www/installing.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sites/www') diff --git a/sites/www/installing.rst b/sites/www/installing.rst index e6db2dca..524bd89c 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -22,8 +22,12 @@ via `pip `_:: We currently support **Python 2.7, 3.4+, and PyPy**. Users on Python 2.6 or older (or 3.3 or older) are urged to upgrade. -Paramiko has only one direct hard dependency: the Cryptography library. See -:ref:`cryptography`. +Paramiko has only a few direct dependencies: + +- The big one, with its own sub-dependencies, is Cryptography; see :ref:`its + specific note below ` for more details. +- `bcrypt `_, for Ed25519 key support; +- `pynacl `_, also for Ed25519 key support. If you need GSS-API / SSPI support, see :ref:`the below subsection on it ` for details on its optional dependencies. -- cgit v1.2.3