diff --git a/py-scripts/update_dependencies.py b/py-scripts/update_dependencies.py index 9236438a..5f4788f4 100755 --- a/py-scripts/update_dependencies.py +++ b/py-scripts/update_dependencies.py @@ -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')