tests: add "testing" extras

This commit is contained in:
Daniel Hahler
2018-06-13 13:32:36 +02:00
committed by Scott Kitterman
parent 0566b9b4c1
commit 229ac42db9
2 changed files with 10 additions and 1 deletions
+5 -1
View File
@@ -77,7 +77,11 @@ verification.""",
],
zip_safe = False,
extras_require={
'ed25519': ['PyNaCl'],
'testing': [
'authres',
'pynacl',
],
'ed25519': ['pynacl'],
'ARC': ['authres']
},
**kw