Skip to content

Commit

Permalink
Add explicit mention of bcrypt and pynacl to 2.x installation docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Apr 19, 2018
1 parent 283cb26 commit f68f3b5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sites/www/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ via `pip <http://pip-installer.org>`_::
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 <cryptography>` for more details.
- `bcrypt <https://pypi.org/project/bcrypt/>`_, for Ed25519 key support;
- `pynacl <https://pypi.org/project/PyNaCl/>`_, also for Ed25519 key support.

If you need GSS-API / SSPI support, see :ref:`the below subsection on it
<gssapi>` for details on its optional dependencies.
Expand Down

0 comments on commit f68f3b5

Please sign in to comment.