summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index 6c240e3d..df829f31 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 0.8 or better <https://cryptography.io>
+- pyasn1 0.1.7 or better <https://pypi.python.org/pypi/pyasn1>
Installation
@@ -66,12 +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.
-
Some Python distributions don't include the UTF-8 string encodings, for
reasons of space (misguided as that is). If your distribution is
missing encodings, you'll see an error like this::