diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-12-10 18:18:27 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-12-10 18:18:27 -0800 |
commit | 1c3a65ec924b14dddb593a6dedc12f88a7431126 (patch) | |
tree | 86613aa72c48b7e451ccb852e0e5b6ea47dc7d3d /README.rst | |
parent | c85f8ae22f4d6eb4f35b600c2f6c868122d73830 (diff) |
ECDSA module req is 0.11 as of Paramiko 1.15+
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ 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.9+ +- `ecdsa <https://pypi.python.org/pypi/ecdsa>`_ 0.11+ Installation |