nail ecdsa to 0.17.x

This commit is contained in:
avirgovi 2022-03-16 17:03:07 +01:00
parent 3200103bb6
commit 5f2085d14b
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ hidapi>=0.7.99.post21
click>=6.7
# required by link-layer encryption in client.py
ecdsa
ecdsa>=0.17
pyaes

View File

@ -11,7 +11,7 @@ from setuptools import setup
requirements = [
'hidapi>=0.7.99.post21',
'ecdsa',
'ecdsa>=0.17',
'pyaes',
]