Skip to content

Commit 14f2d7a

Browse files
authored
Merge pull request #65 from jamesshannon/jamesshannon-patch-1-remove-ecdsa
Remove vestigal ecdsa library references
2 parents fcc0941 + 64d1c06 commit 14f2d7a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

python/py_vapid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, private_key=None):
4141
"""Initialize VAPID with an optional private key.
4242
4343
:param private_key: A private key object
44-
:type private_key: ecdsa.SigningKey
44+
:type private_key: ec.EllipticCurvePrivateKey
4545
4646
"""
4747
self.private_key = private_key

python/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
ecdsa==0.13
21
cryptography>=1.8.2

0 commit comments

Comments
 (0)