Commit 309b4494 by Scott Duckworth

add dependency for pyasn1

parent cf01d771
......@@ -73,4 +73,7 @@ setup(
'django-sshkey-pylookup-by-fingerprint = django_sshkey.util:lookup_by_fingerprint_main',
],
},
install_requires = [
'pyasn1',
],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment