From 44e1394b7291bcd9c8e5d1168cc16850928ee4ed Mon Sep 17 00:00:00 2001 From: "Victor J. Orlikowski" Date: Fri, 21 Jan 2022 12:47:49 -0500 Subject: [PATCH] Sigh. Forgot to add the new dependency. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12ee890..54ede08 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ 'PyYAML >= 3.13', 'requests >= 2.22.0', 'xattr >= 0.9.6', - 'ns_jwt >= 0.1.2' + 'ns_jwt >= 0.1.2', + 'jwcrypto >= 1.0' ] )