summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-11-08 12:35:43 -0300
committerAlex Gaynor <alex.gaynor@gmail.com>2014-11-08 12:35:43 -0300
commit37756f3a8892dbb41dfda74dcf37e21053bf4e34 (patch)
treef144cbc2773fc0b3eebc2c8b8246ec2e88945729 /setup.py
parentb16f91ee1d6475036235ee7224ea4be5d58a65bf (diff)
downloadparamiko-37756f3a8892dbb41dfda74dcf37e21053bf4e34.tar.gz
Start porting ECDSA to cryptography. Everything except the to_der seems to work
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 491f937d..e67cbd56 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,6 @@ try:
kw = {
'install_requires': [
'cryptography >= 0.6',
- 'ecdsa >= 0.11',
'pyasn1 >= 0.1.7',
],
}