From d3e3df9308498153e795f6421b83b97c493c1aba Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 30 Apr 2014 11:13:17 -0500 Subject: use pyasn1 for creating the dss-sig-value structure --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c841911f..4dd9e629 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ requirements = [ # If you add a new dep here you probably need to add it in the tox.ini as well test_requirements = [ "pytest", + "pyasn1", "pretend", "iso8601", ] -- cgit v1.2.3