setup.py was missing pyjwt

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-05 09:35:41 -07:00
parent ec1374c947
commit 3fee19c2e6

View File

@@ -32,7 +32,7 @@ setup(
'pexpect-serial',
'scp',
'dash',
'kaleido'],
'pyjwt'],
python_requires='>=3.6, <4',
classifiers=[
"Programming Language :: Python :: 3",