update_dependencies: Improve comparisons

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-16 11:05:20 -08:00
parent fb2652a9e8
commit f7f05b505d

View File

@@ -26,7 +26,7 @@ def main():
packages = ['pandas', 'plotly', 'numpy', 'cryptography', 'paramiko', 'bokeh','pyarrow', 'websocket-client', 'xlsxwriter',\
'pyshark', 'influxdb', 'influxdb-client', 'matplotlib', 'pdfkit', 'pip-search', 'pyserial', 'pexpect-serial' ,'scp',\
'dash', 'kaleido']
if args.pyjwt is True:
if args.pyjwt:
packages.append('pyjwt')
else:
print('Not installing PyJWT')