From edc419027117245c0edd198d21719a7ed4e12ac9 Mon Sep 17 00:00:00 2001 From: Adam Israel Date: Tue, 11 Jun 2019 11:02:33 -0400 Subject: [PATCH] Add missing dependency Add a missing dependency on pyasn1 Change-Id: I0d16d627ffd174640ff6985d801b4035fc8fd94a Signed-off-by: Adam Israel --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b27dcbe..d836d2f 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ setup( 'theblues>=0.3.8,<1.0', 'websockets>=4.0,<5.0', 'paramiko', + 'pyasn1>=0.4.4', ], include_package_data=True, maintainer='Adam Israel', -- 2.17.1