mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +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',\
|
packages = ['pandas', 'plotly', 'numpy', 'cryptography', 'paramiko', 'bokeh','pyarrow', 'websocket-client', 'xlsxwriter',\
|
||||||
'pyshark', 'influxdb', 'influxdb-client', 'matplotlib', 'pdfkit', 'pip-search', 'pyserial', 'pexpect-serial' ,'scp',\
|
'pyshark', 'influxdb', 'influxdb-client', 'matplotlib', 'pdfkit', 'pip-search', 'pyserial', 'pexpect-serial' ,'scp',\
|
||||||
'dash', 'kaleido']
|
'dash', 'kaleido']
|
||||||
if args.pyjwt is True:
|
if args.pyjwt:
|
||||||
packages.append('pyjwt')
|
packages.append('pyjwt')
|
||||||
else:
|
else:
|
||||||
print('Not installing PyJWT')
|
print('Not installing PyJWT')
|
||||||
|
|||||||
Reference in New Issue
Block a user