diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-11-08 12:35:43 -0300 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-11-08 12:35:43 -0300 |
commit | 37756f3a8892dbb41dfda74dcf37e21053bf4e34 (patch) | |
tree | f144cbc2773fc0b3eebc2c8b8246ec2e88945729 /setup.py | |
parent | b16f91ee1d6475036235ee7224ea4be5d58a65bf (diff) |
Start porting ECDSA to cryptography. Everything except the to_der seems to work
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ try: kw = { 'install_requires': [ 'cryptography >= 0.6', - 'ecdsa >= 0.11', 'pyasn1 >= 0.1.7', ], } |