mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
update_dependencies: Improve comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user