summaryrefslogtreecommitdiffhomepage
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-04-25 20:27:32 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2016-04-25 20:27:32 -0400
commit79fcbdad812cc3be39afbf8375c11e0581eeb86e (patch)
treea291236fc63b525a78ff52cd7b4a87c10f30c0d9 /README.rst
parentb4474bb60e8a081968efbfe7de2e5869522455e1 (diff)
parent86645149c9d066d5fe9222525c8bdf91df7f7de9 (diff)
Merge branch 'master' into remove-rc4
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 3 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index 8e8c6186..3ed9e7bc 100644
--- a/README.rst
+++ b/README.rst
@@ -42,10 +42,9 @@ that should have come with this archive.
Requirements
------------
-- `Python <http://www.python.org/>`_ 2.6, 2.7, or 3.3+ (3.2 should also work,
- but it is not recommended)
-- `pycrypto <https://www.dlitz.net/software/pycrypto/>`_ 2.1+
-- `ecdsa <https://pypi.python.org/pypi/ecdsa>`_ 0.11+
+- `Python <http://www.python.org/>`_ 2.6, 2.7, or 3.3+
+- `Cryptography <https://cryptography.io>`_ 0.8 or better
+- `pyasn1 <https://pypi.python.org/pypi/pyasn1>`_ 0.1.7 or better
Installation
@@ -66,13 +65,6 @@ Paramiko primarily supports POSIX platforms with standard OpenSSH
implementations, and is most frequently tested on Linux and OS X. Windows is
supported as well, though it may not be as straightforward.
-Some Windows users whose Python is 64-bit have found that the PyCrypto
-dependency ``winrandom`` may not install properly, leading to an
-``ImportError``. In this scenario, you may need to compile ``winrandom``
-yourself. See `Fabric #194 <https://github.com/fabric/fabric/issues/194>`_
-for info.
-
-
Bugs & Support
--------------