diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-10 12:58:02 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-10 12:58:02 -0700 |
commit | bade24d2d5b76c3f38bf0310ea8072184ab95b2a (patch) | |
tree | 160c9e52fc9911696247c1fe9e4bfec3c15ab662 /setup.py | |
parent | 0063e64046c732e8c50fc5f54234942feaa313d9 (diff) | |
parent | e71f4e59878a636268475f642ed4e98a1b3e375d (diff) |
Merge branch 'master' into 216-int
Conflicts:
paramiko/transport.py
paramiko/util.py
tests/test_client.py
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ try: kw = { 'install_requires': [ 'pycrypto >= 2.1, != 2.4', - 'ecdsa', + 'ecdsa >= 0.11', ], } except ImportError: |