kaleido is no longer used anywhere in our library

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-06 09:33:08 -08:00
parent 8e3f50a6dc
commit 46314d2563
3 changed files with 1 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ def main():
print("Installing Script Python3 Dependencies")
packages = ['pandas', 'plotly', 'numpy', 'cryptography', 'paramiko', 'pyarrow', 'websocket-client',
'xlsxwriter', 'pyshark', 'influxdb', 'influxdb-client', 'matplotlib', 'pdfkit', 'pip-search', 'pyserial',
'pexpect-serial', 'scp', 'dash', 'kaleido']
'pexpect-serial', 'scp', 'dash']
if args.pyjwt:
packages.append('pyjwt')
else: