From 3fee19c2e6329f4c8690ce4fee80ae8ac9294ded Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Fri, 5 Nov 2021 09:35:41 -0700 Subject: [PATCH] setup.py was missing pyjwt Signed-off-by: Matthew Stidham --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4e08a43..a633a3fc 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( 'pexpect-serial', 'scp', 'dash', - 'kaleido'], + 'pyjwt'], python_requires='>=3.6, <4', classifiers=[ "Programming Language :: Python :: 3",