Adds support for verifying ed25519 signatures, for secio

This commit is contained in:
Alex Stokes
2019-09-09 20:04:35 -04:00
parent dbc35e8b9d
commit b142964d31
3 changed files with 32 additions and 0 deletions

View File

@ -41,6 +41,7 @@ setuptools.setup(
"protobuf==3.9.0",
"coincurve>=10.0.0,<11.0.0",
"fastecdsa==1.7.4",
"pynacl==1.3.0",
],
extras_require=extras_require,
packages=setuptools.find_packages(exclude=["tests", "tests.*"]),